home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <window class="dialog"
- title="About Adblock"
- orient="vertical"
- autostretch="always"
- onload="sizeToContent()"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <!-- Adopted from Jed's QuickNote extension-->
-
- <!-- Needed for enableRevert(), fillList()., loadHelpPage() -->
- <script type="application/x-javascript" src="settings.js"/>
-
- <groupbox align="center" orient="horizontal">
- <vbox>
- <text value="Getting Started" style="font-weight: bold; font-size: large;"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="So. You've installed Adblock. Now what?"/>
- <text value="START ADDING FILTERS- THAT'S WHAT. It's totally easy: "/>
-
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="When you see an ad, just right-click + choose Adblock. For plugins, an Adblock-tab " />
- <text value="will appear below or atop the media; just click the "Adblock" text." />
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="[ Note: if if you encounter a plugin, but don't see the Adblock-tab, don't worry -- the plugin "/>
- <text value="is just cropped. Adblock has this covered. Choose 'Overlay Flash' from the tools-menu, or "/>
- <text value="type its shortcut. Now, you can directly click the overlay. }"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="Adblock supports two types of filters: simple, and Regular Expression."/>
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="A simple-filter is just a string of text with one or more wildcards (*). Regular expressions are "/>
- <text value="much more complex, allowing precise control over filtering. In Adblock, as in all javascript, "/>
- <text value="regular expressions must begin and end with the forward-slash: '/'. This page doesn't have "/>
- <text value="enough space to include a RegExp tutorial, so for more info, head here:"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="Guide to Regular Expressions"
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="loadHelpPage('regexp'); window.close();"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="Clicking the Adblock status-text on the bottom of your browser opens the ultimate weapon " />
- <text value="in Adblock's arsenal: 'List Adblock-able'. This window shows all blockable elements in the " />
- <text value="page. When you select an element in the list, its source is shown in the entry-box and the "/>
- <text value="corresponding element blinks in the page. From the source, you can create a filter -- to block "/>
- <text value="this and future elements like it. "/>
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="Where to go from here?" style="font-weight:bold;"/>
-
- <separator class="thin"/>
-
- <text value="For more information about Adblock, head to " />
- <text value="Adblock's homepage."
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="loadHelpPage('about'); window.close();"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="For more information about building regular expressions, go here: " />
- <text value="JavaScript Core Guide: Regular Expressions."
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="loadHelpPage('regexp'); window.close();"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
-
- </vbox>
- </groupbox>
-
- </window>
-