TechnoProxy
Stef Magdalinski and I have been at it again. This time we’ve put together a Greasemonkey script that inserts information from Technorati onto every webpage you visit:
The script works in much the same way as WikiProxy: Greasemonkey Edition. When you surf to a page, my script sends an asynchronous request to Stef’s web service. He then queries Technorati to see whether anyone is linking to the page, and if so sends back an XML response. That’s right kids: AJAX! When the response is received a little green Technorati icon is displayed in the upper lefthand corner of the screen. Click on the icon, and a frame opens in the page, displaying the links. You can close the frame with the ugly red X in the top right.
Speaking of ugly, the biggest problem with the script is that Stef and I both turn out to be utterly devoid of graphic design skills. Want to see your name in lights? Would you settle for a mention on a blog or two? Fix the design so it looks better and more consistent across different webpages, and you’re in!
Update: TechnoProxy has been fooseled! I’ve put up a much prettier version of the script, as modified by Gina Häussge. Thanks, Gina!
Update: Thanks to Prakash Kailasa for suggesting a fix for the Z-order problem:
Add a “z-Index: 999;” to the style rules for the iframe. Prevents it from being hidden by other elements (visit
http://blakeross.com/index.php?p=152 and click on the Q icon to see the problem).
Update: Jeff Gates created a PNG version of the Technorati icon that renders great on dark backgrounds. Thanks, Jeff! Is this what Stef meant by the “LazyWeb”? Pass me a marguerita, I could get used to this…
Update: If you can’t get the script to work, this is probably because Stef’s API key has expired for the day (see my latest post). We’ll see if we can find a solution for this. Stay tuned.
37 Comments »
Trackback URL RSS feed for comments on this post. TrackBack URI
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>







[…] categorized Matthew Gertner and I have collaborated again to bring you a Technorati Greasemonkey script It queries the technorati database (via a proxy that protect […]
Pingback by Whitelabel.org » Technorati Greasemonkey script — 7/5/2005 @ 2:47 pm
Peer Pressure » TechnoProxy
Nice GreaseMonkey Script by Matthew Gertner and Stef Magdalinski:
Stef Magdalinski and I have been at it again. This time we’ve put together a Greasemonkey script that inserts information from Technorati onto every webpage you visit.
Get it here.
Trackback by blog.foosel.net — 7/5/2005 @ 3:28 pm
Show all inbound links to this page Greasemoney script
> TechnoProxy is a Greasemonkey script that draws a tiny, unobtrusive speech bubble in the corner of every web-page you visit. Click the bubble, and a transparent windowshade comes down over the current page, showing all the inbound links to that page …
Trackback by Boing Boing — 7/5/2005 @ 5:22 pm
TechnoProxy
Here’s a nice little Greasemonkey script called TechnoProxy that adds a Who Links Here style link to the upper left of every page
Trackback by New Links — 7/5/2005 @ 5:59 pm
[…] ner of the screen which displays the same information as the above script. You can find it here.
No Comments so far
Leave a comment
[…]
Pingback by .: UNEASYsilence :. » Blog Archive » Technorati loves GreaseMonkey — 7/5/2005 @ 7:34 pm
Very cool! The technoPrefix variable should be “http://www.technorati.com/search/” to match the new URL structure of the redesign.
Comment by Niall Kennedy — 7/5/2005 @ 7:46 pm
That is very nifty. One comment, though. When the background is a dark color, the white “halo” of pixels around the technorati graphic makes it unrecognizable. I’m not sure how one could fix that. Would it be possible to use a png form of the icon (with a transparent background)?
Comment by Jeff — 7/5/2005 @ 7:54 pm
yah the png is the way to go. It’s how it’s done on google maps.
Comment by algee — 7/5/2005 @ 8:01 pm
Anyone want to volunteer to make a PNG version of the Technorati icon with a transparent background? Like I said, anything graphical is far beyond my abilities.
Comment by Matt — 7/5/2005 @ 8:23 pm
So, what does it look like? How do I know if it’s working?
Comment by Bry — 7/5/2005 @ 9:20 pm
Let me try to make the png… Email me where I should send it.
Comment by Jeff — 7/5/2005 @ 10:00 pm
That would be awesome, Jeff. Can you mail it to me here? Thanks!
Comment by Matt — 7/5/2005 @ 10:15 pm
how do i install this scrip and use it? iam not ’smart’ when it comes to code, iam a bit of a newbe.
i use firefox btw if it helps
Comment by john — 7/5/2005 @ 10:38 pm
Matt, I just sent it off to you.
Comment by Jeff — 7/5/2005 @ 10:52 pm
umm.. It sends plain responses out for every URL you visit? Baaaaaaaaaad idea. How about security & privacy?
Comment by Nonon — 7/5/2005 @ 11:20 pm
So it didn’t work… and I have quite a few scripts running on GreaseMonkey… any reason why did that (not) happen?
Comment by Terence — 7/6/2005 @ 2:11 am
doesn’t work for me either (gm v3.3)
Comment by idiot — 7/6/2005 @ 2:34 am
What version of GM should we be using? 3.3 doesn’t appear to work.
Comment by Jason — 7/6/2005 @ 2:54 am
I’m getting lots of:
Warning: Element referenced by ID/NAME in the global scope. Use W3C standard document.getElementById() instead.
Source File: http://www.pcquest.com/content/linux/2005/105021001.asp
Line: 437
but no technorati info…
Comment by jer — 7/6/2005 @ 3:07 am
I’m disappointed it doesn’t work for me either.
Comment by mog — 7/6/2005 @ 3:52 am
[…] y 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 & […]
Pingback by The BugEyed Review Blog » Boing Boing: Show all inbound links to this page Greasemoney script — 7/6/2005 @ 9:57 am
Wow, Thanks Jeff for this png icon! That ugliness on dark backgrounds was bothering me the whole afternoon yesterday, and I tried to create a solution myself, but failed miserably creating such a smooth icon with gimp. That script now purely rocks
Comment by foosel — 7/6/2005 @ 12:32 pm
[…] sparklines python | slides from a talk on python middleware scripting greasemonkey | interesting plugin that uses technorati podcasting | cast blaster… this reminds me of […]
Pingback by tonetheman links » Blog Archive » — 7/6/2005 @ 3:56 pm
For those who had trouble getting the script to work last night, see my latest post. I’m not sure that there’s any solution for this in the short term.
Comment by Matt — 7/6/2005 @ 8:15 pm
[…] e good folks over at Peer Pressure bring another useful Greasemonkey script in the form of TechnoProxy. This one creates an unobtrusive Technorati icon in the left hand-corner that w […]
Pingback by 0.333 » TechnoProxy — 7/6/2005 @ 8:32 pm
but… but… but…
how do you use these scripts. Ignorant as I am I included the script into one of my web sites, made sure the code runs - but nothing happens.
What should I have done instead?
Thanks
Gunter
Comment by Gunter — 7/6/2005 @ 11:03 pm
You need Greasemonkey. Once you’ve installed it follow the directions here.
Comment by Matt — 7/6/2005 @ 11:51 pm
links for 2005-07-06
Peer Pressure » TechnoProxy “…script sends an asynchronous request to Technorati to see whether anyone is linking to the page, and if so sends back an XML response (AJAX) …a little green Technorati icon is displayed in the upper…
Trackback by hatch.org — 7/7/2005 @ 1:18 am
Thanks, Matt!
Comment by Gunter — 7/7/2005 @ 3:11 am
[…] so it’ll probably take forever). But either way, I learned via Technorati< /a> (and this Greasemonkey Script that TPE is linked to by none other than my blogging hero, […]
Pingback by The Perfect Excuse » The Return Of The Excuse — 7/7/2005 @ 5:18 pm
It’s cool stuff, i was just wondering, if there’s any way to click the Technorati icon to close it aswell….. would just make things nicer. I know i’m just being picky though!
Comment by Omar — 7/8/2005 @ 11:58 am
Project in a list
Trackback by Grid Thinking — 7/11/2005 @ 1:32 am
IDEA: Internet unified TAG deployment by RSS
Trackback by Grid Thinking — 7/11/2005 @ 1:39 am
[…] Afrikan « Google Earth TechnoProxy _ TechnoProxy The script works in much the same way as WikiProxy: Greasemonkey Edition. When […]
Pingback by oneafrikan.com » Blog Archive » TechnoProxy — 7/11/2005 @ 3:09 pm
[…] GreaseMonkey. We have Progress ! In July, Matthew Gertner and Stef Magdalinski relased TechnoProxy at Peer Pressure, and Chris Were Greasemonkey with Technorati, which both are G […]
Pingback by False Positives » Blog Archive » Illuminating the Web, with GreaseMonkey — 8/17/2005 @ 7:36 pm
Project in a list
Trackback by Grid Thinking — 8/20/2005 @ 12:05 am
[…] § בשעות הבוקר)
06.07.2005
×˜×›× ×•×¤×¨×•×§×¡×™ ×”×•× ×’×¨×™×–-×ž×•× ×§×™ ×©×™×¦× ×œ×¤× ×™ ×™×•×ž×™×™× (בגרסתו […]
Pingback by BeTa » סקריפט גריז-×ž×•× ×§×™ ×¢× ×§! (שפועל רק בשעות הבוקר) — 10/31/2005 @ 11:39 am