mirror of https://github.com/roytam1/boc-uxp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.4 KiB
30 lines
1.4 KiB
3 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!-- This Source Code is subject to the terms of the Mozilla Public License
|
||
|
- version 2.0 (the "License"). You can obtain a copy of the License at
|
||
|
- http://mozilla.org/MPL/2.0/. -->
|
||
|
|
||
|
#filter substitution
|
||
|
|
||
|
<!DOCTYPE vbox SYSTEM "chrome://adblockplus/locale/overlay.dtd">
|
||
|
|
||
|
<window
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
width="1"
|
||
|
height="1"
|
||
|
onload="window.close();AppIntegration.openMenu(window.opener);">
|
||
|
<script type="application/x-javascript;version=1.7" src="utils.js"/>
|
||
|
|
||
|
<setting type="control">
|
||
|
<button id="adblockplus-filters" label="&filters.label;…"/>
|
||
|
</setting>
|
||
|
<setting pref="extensions.@ADDON_CHROME_NAME@.enabled" type="bool" inverted="true" title="&disable.label;"/>
|
||
|
<setting pref="extensions.@ADDON_CHROME_NAME@.frameobjects" type="bool" title="&objecttabs.label;"/>
|
||
|
<setting pref="extensions.@ADDON_CHROME_NAME@.fastcollapse" type="bool" inverted="true" title="&hideplaceholders.label;"/>
|
||
|
<setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/>
|
||
|
<setting id="adblockplus-sync" type="bool" title="&sync.label;"/>
|
||
|
<setting id="adblockplus-showinaddonbar" type="bool" title="&showinaddonbar.label;"/>
|
||
|
<setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.label;"/>
|
||
|
<setting id="adblockplus-showinstatusbar" pref="extensions.@ADDON_CHROME_NAME@.showinstatusbar" type="bool" title="&showinstatusbar.label;"/>
|
||
|
</window>
|