Here is a handy-dandy little Netscape button for you to use. It's quite similar to the Netscape Everything Search Button. Instead of bringing you to a node however, it will perform an Everything User Search on the text in question.

To use it:

  1. Create a new Netscape bookmark.
  2. Paste in the following text:
    javascript:q=document.getSelection();if(!q){void(q=prompt('E2 User Search:',''))};
    if(q)location.href='http://www.everything2.com/?count=0&node_id=1223826&usersearch='+escape(q)+'&orderby=createtime%20DESC'
    (Make sure to post this entirely, it should be one line, just broken up for the sake of easier reading.
  3. Test it out by either highlighting text on screen and clicking on it, or by filling in the dialog popped up if nothing is highlighted.

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