User:Bcballard

Here's a handy bookmarklet I use that let's me select text on a web page, then click the bookmarklet to look it up directly on Wikipedia. You may find it useful

Here's a handy bookmarklet I use that let's me select text on a web page, then click the bookmarklet to look it up directly on Wikipedia. You may find it useful.

Find on Wikipedia

javascript:u='http://en.wikipedia.org/wiki/';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

You can even update the u= URL to look things up on other sites, like Google, Google News, etc. Here are some other versions:

Find on Google Web

javascript:u='http://www.google.com/search?hl=en&q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Google News

javascript:u='http://news.google.com/news?hl=en&tab=wn&ned=&q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Google Images

javascript:u='http://images.google.com/images?hl=en&q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Google Books

javascript:u='http://books.google.com/books?q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Yahoo Web

javascript:u='http://search.yahoo.com/search?y=Search&ei=UTF-8&p=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Yahoo News

javascript:u='http://news.search.yahoo.com/news/search?c=yahoo_news&p=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Bing Web

javascript:u='http://www.bing.com/search?q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Bing News

javascript:u='http://www.bing.com/news/search?q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Find on Twitter

javascript:u='http://twitter.com/#search?q=';s='';d=document;w=window;try{if(d.selection){s=d.selection.createRange().text;}else if(w.getSelection){s=w.getSelection();}else if(d.getSelection){s=d.getSelection();}location.href=u+encodeURIComponent(s);}catch(e){location.href=u;}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.