| Index: options.html | 
| diff --git a/options.html b/options.html | 
| index be728fd15ce748bb8517b41af744d582f3eadf6d..4172de7111e7f3e9b8367ef6fd6a344882ddb42e 100644 | 
| --- a/options.html | 
| +++ b/options.html | 
| @@ -100,6 +100,7 @@ button | 
| { | 
| color: #B0B0B0; | 
| } | 
| +#restart-safari, | 
| .subscriptionUpdate.error | 
| { | 
| color: #FF0000; | 
| @@ -288,6 +289,10 @@ button | 
| <div id="shouldShowNotificationsContainer" data-section="notifications"> | 
| <input type="checkbox" id="shouldShowNotifications" /><label for="shouldShowNotifications" class="i18n_overlay_shownotifications_label"></label> | 
| </div> | 
| +      <div id="safariContentBlockerContainer"> | 
| +        <input type="checkbox" id="safariContentBlocker" /><label for="safariContentBlocker" class="i18n_options_tweaks_safariContentBlocker"></label> | 
| +        <span id="restart-safari" class="i18n_options_tweaks_restartSafari"></span> | 
| +      </div> | 
| </p> | 
|  | 
| <p id="found-a-bug" class="i18n_found_a_bug"></p> | 
|  |