MyBBThemes Community

Full Version: Whois IP Lookup extention for Firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This allows you to easily right click any IP address and Whois it. :) I found a simliar mod long ago, only it was for a different thing.

So I took this, and heavily modified it to work with whois.

If you want to point this to a different whois site, simple extract it, open ./chrome/content/whois.js in a plain text editor. Find this line:
Code:
var newTab = getBrowser().addTab("http://whois.domaintools.com/" + content);
and replace the URL with yours. ;)

Then simply save, and zip the entire file. Then rename it to whois.xpi and install it in Firefox!

[attachment=1131]
For webmasters I suppose this would be useful, FFW, but to me it has no use. :P

Props for making it though~! And sharing it. :yes:
Reference URL's