How to Power Browse 'Round E2
(and make your browser crash spectacularly)

Hello, and welcome to latest continuement of WWWWolf's 31337 Browser HaX, d00dz and d00d3tt3z!!11!!!11!

I don't have many browser hacks here yet, because some of these are pretty arcane, unorganized and probably don't even work for me! =) More will come later...

URL jump

Since E2 doesn't support external links, the common practice has been to use URLs in text.

This one was inspired by the E2 search script thing... Just make a new bookmark with this as URL:

javascript:q=document.getSelection();window.location.href=q;

Now just select the URL text with mouse and click on the bookmark... ta-dah!

Optimoz has this feature built in, and I think it has gone to the regular Mozilla as well - It's not in Firefox, though...

Search keyword

In Mozilla, you can add this bookmark: http://www.everything2.com/?node=%s and give it Keyword "e2" (see bookmark properties to find this field). Now, you can search E2 by typing "e2 nodetitle". (This is cool because you can set up Mozilla to use many, many search engines this way! Just use a different keyword, and use a search URL with %s where you want to put the search keywords.)


More to come - and feel free to add yours below... =)

See also Slithering Perl Horrors.

Internet Explorer doesn't support the getSelection() method so you have to do it this way instead :-

javascript:q=document.selection.createRange().text;window.location.href=q;

Also, in Internet Explorer you might find it more convenient to have a button on the Links toolbar rather than using a Favorite:-

  1. drag any link from the browser window to the Links toolbar
  2. right click on the button and select Rename to call it something like goto selected
  3. right click on the button again and select Properties, then paste the javascript:... text into the URL field

The following browser tip of tregoweth's should probably be listed here, since it's the one that's saved me the most labour since joining E2:

Today's handy tip: maintaining multiple E2 accounts on one computer

Pedantic users who always search from the front page to avoid random softlinking may find this a timesaver:

how to avoid creating irrelevant softlinks

For those new to E2 who haven't visited User settings yet, go there. If something about the Everything page design is narking you, chances are it's configurable here. In particular, people who find their current E2 font almost unreadably small should try out the different themes.

Log in or register to write something here or to contact authors.