Quote Originally Posted by jaydisc View Post
Great idea!



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.
Whoa! Appreciated mate but can you just dumb down the instructions a little from the part after...'Inspired by...'