Browser Goodies

If you're not using Firefox, you should be! Get it now.

Firefox search plugin
The d20 SRD Firefox Search Plugin in action
Install it now!

Searching

Here are several handy tools to help search the site.

d20 SRD Firefox Search Plugin

Add The Hypertext d20 SRDTM to your Firefox search menu.

It's easy to do, just click this link: Install d20 SRD Firefox Search Plugin

Google Toolbar Search

If you use the Google Toolbar, you can add a button to search this site.

d20 SRD Search Bookmarklet

With this bookmarklet you can instantly search The Hypertext d20 SRDTM from any site.

To use it, just…

  1. Drag this hyperlink to your bookmark bar: d20 SRD search
  2. Highlight a word on any Web site and click your new bookmark.

    - OR -

    Without highlighting a word, click your new bookmark and type in your search term.

Cascading bookmark menus
Navigate to any SRD entry with cascading menus.
(click to see at full size)
Bookmark sidebar
Quickly search the SRD indexes.
(click to see at full size)

Bookmark Files

Add cascading menus to your Firefox bookmark bar that enable you to access many d20srd.org pages with a single click and have super-fast searching of the SRD indexes.

Note: There are two versions available. The "mainIndex.html" bookmark file gives you one-click access to all second-tier SRD index pages. The "fullIndex.htm" is much larger and provides links directly to SRD content.

How to install

  1. Download this Zip Archive.
  2. Un-zip it to create a "d20srd.org bookmarks" folder.
  3. Launch Firefox.
  4. Select the Bookmarks > Organize Bookmarks… menu item.
  5. Select the File > Import… menu item.
  6. Select the "From File" radio button. Press the "Next" button. An open/save dialog box will open.
  7. Select the "mainIndex.html" or "fullIndex.html" bookmark file in the "d20srd.org bookmarks" folder. Press the "Open" button. A bookmark folder named "d20srd.org" will appear in your Bookmarks Manager window.
  8. Select the "d20srd.org" bookmarks folder. Press the "Move…" button in the toolbar.
  9. Select the "Bookmarks Toolbar Folder" bookmark folder. Press the "OK" button.

Firefox Bookmark Tip

You can activate any Firefox bookmark via your keyboard:

  1. Go to the Bookmarks menu and choose Manage Bookmarks…
  2. Select a bookmark and click the Properties button
  3. Enter something easy to type in the Keywords field such as "srd"
  4. To activate the bookmark from your keyboard just type Ctl-L (Cmd-L on Mac) type the keyword you assigned and hit enter.

Cause The Site Header To Scroll With The Page

Most folks have responded positively to the non-scrolling header at the top of the page, but It does pose problems for some browsing methods. If you'd like the page header to scroll with the page, you can do this:

Install Stylish and add this style:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.d20srd.org") {
  #header {position:absolute !important;}
}

If you want to get rid of the torn paper border also, use this instead:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.d20srd.org") {
  #header {
    background-image:none !important;
    position:absolute !important;
  }
}