Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [Chromium::PrivacyBlacklist] | |
| 2 |Name: AnnoyingAds | |
| 3 |URL: http://www.ads.tv | |
| 4 | |
| 5 # Block Ads by servers | |
| 6 annoying.ads.tv/@ => kBlockAll | |
| 7 | |
| 8 # Block Ads by name | |
| 9 @/annoying/120x600.jpg => kBlockAll | |
| 10 | |
| 11 # Block Ads by path | |
| 12 @/annoying_ads/@ => kBlockAll | |
| OLD | NEW |