Boing Boing: Show all inbound links to this page Greasemonkey script
Posted by Bug-E on July 6th, 2005
Boing Boing has a post about a Show all inbound links to this page Greasemonkey script
This is a very cool script for the awesome Firefox Extension called GreaseMonkey. The script is called TechnoProxy and was written by the guys over at Peer Pressure.
TechnoProxy is basically a “who links to this page I’m viewing” script, and it shows this information very uninvasively with a transparent panel at the top of your browser window, once you click on the small icon in the top-left-corner of the window. It cleverly uses the Technorati XML services to accomplish this.



July 7th, 2005 at 06:49:39
TechnoProxy
If you need a GreaseMonkey script that shows you incoming links to a page, here ya’ go:…
July 7th, 2005 at 09:21:25
In addition you can put this in your bookmarks bar:
javascript:function p(){window.open((‘http://kokogiak.com/dr.asp?q=’+document.location.href),’nsm’,'width=250,height=350,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no,left=0,top=0,screenx=0,screeny=0′)}p()
I am not sure what this comment box will do to it, but that will use the del.icio.us service to see who has linked to the page and what tags they used.