| Index: chrome/content/ui/filters.xul | 
| =================================================================== | 
| --- a/chrome/content/ui/filters.xul | 
| +++ b/chrome/content/ui/filters.xul | 
| @@ -264,16 +264,20 @@ | 
| </richlistbox> | 
| </deck> | 
| <description> | 
| <checkbox id="acceptableAds" label="&acceptableAds2.label;" oncommand="ListManager.allowAcceptableAds(this.checked);"/> | 
| <label class="text-link" value="&viewList.label;" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl);"/> | 
| <label class="text-link" value="&readMore.label;" onclick="UI.loadDocLink('acceptable_ads');"/> | 
| </description> | 
| + | 
| + <description> | 
| + <checkbox id="useElementHiding" label="&useElementHiding.label;" oncommand="Prefs.element_hiding_enabled = this.checked;"/> | 
| + </description> | 
| </tabpanel> | 
| <tabpanel id="filtersTab" orient="vertical" flex="1"> | 
| <hbox pack="end"> | 
| <button id="addGroupButton" label="&addGroup.label;" command="group-add-command"/> | 
| </hbox> | 
| <richlistitem id="groupTemplate" class="subscription" hidden="true" orient="vertical" | 
| onmousedown="this._wasSelected = (this.parentNode.selectedItem == this);" |