mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
24 lines
712 B
XML
24 lines
712 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE overlay [
|
|
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/search/junkImgs.dtd"> %dtd1;
|
|
<!ENTITY % dtd2 SYSTEM "chrome://inspector/locale/search/findFiles.dtd"> %dtd2;
|
|
]>
|
|
|
|
<overlay id="ovUnusedImagesCommands"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<commandset id="cmdsGlobalCommands">
|
|
|
|
<command id="cmd:startJunkImgs"
|
|
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/junkImgs/junkImgs.xml')"/>
|
|
|
|
<command id="cmd:startFindFiles"
|
|
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/findFiles/findFiles.xml')"/>
|
|
|
|
</commandset>
|
|
|
|
</overlay>
|
|
|
|
|