Quote Originally Posted by Geminii View Post
I like it enough to have my web browser rigged so I can perform tfwiki searches directly from the address bar.
Great idea!

Quote Originally Posted by TheDirtyDigger View Post
How do you do that Geminii?
Inspired by Gemeni, I made a bookmarklet for you Digger. If you add this as a Favorite/Bookmark address and put it in your button bar you should get the desired effect:

Code:
javascript:theQuery=prompt('TF%20Wiki%20search%20(leave%20blank%20for%20home%20page):');if(theQuery){window.location.href='http://tfwiki.net/wiki/Special:Search?search='%20+%20theQuery+'&go=Go';}else%20if(theQuery==''){window.location.href='http://tfwiki.net/';};
It will pop open a search prompt and when you hit OK, it's like hitting "Go" on the Wiki (I can make it act like "Search" instead if desired). If you leave it blank and hit OK, you just go to the Wiki home page, and if you Cancel, nothing happens.