| Index: background.js | 
| =================================================================== | 
| --- a/background.js | 
| +++ b/background.js | 
| @@ -163,17 +163,18 @@ | 
| let subscriptionDetails = { | 
| [easyListGermany]: { | 
| title: "EasyList Germany+EasyList", | 
| filters: ["-ad-banner.", "-ad-big.", "-ad-bottom-", "-ad-button-"], | 
| installed: true | 
| }, | 
| [acceptableAds]: { | 
| title: "Allow non-intrusive advertising", | 
| -      installed: true | 
| +      installed: true, | 
| +      disabled: true | 
| }, | 
| [acceptableAdsPrivacyFriendly]: { | 
| title: "Allow only nonintrusive ads that are privacy-friendly" | 
| }, | 
| [`${subscriptionServer}/fanboy-social.txt`]: { | 
| title: "Fanboy's Social Blocking List", | 
| installed: true | 
| }, | 
|  |