Use this
www.touchgraph.com
You can make a bookmark to check any page that you are surfing by making a new bookmark and putting this in the URL field.
Code:
javascript:w=window;d=document;var%20u;s='';if%20(d.selection)%20%7Bs=d.selection.createRange().text;%7D%20else%20if%20(d.getSelection!=u)%20%7Bs=d.getSelection();%7D%20else%20if%20(w.getSelection!=u)%20%7Bs=w.getSelection();%7D%20if%20(s.length%3C2)%7Bif(String(w.location).substring(0,6)=='about:')%7Bs=prompt('Touchgraph%20Realtime%20Display%20for:',s);%7Delse%7Bs=w.location;%7D%7Dif%20(s!=null)%20w.location='http%3A//www.touchgraph.com/TGGoogleBrowser.php?start='+escape(s);void(1);