Sign up

Widgets » Search tools » Blogbar

  • 10 downloads last 7 days
  • 2,793 total downloads
  • Rating: +2 (login to vote)
Blogbar V1.1 Feb 21, 2007 3:21:35 AM

Blogbar is a search widget that can search the web, the blogosphère, the social network, and more with the major search engines.


Comments 2 posts

Log in at the top of the page to post a comment.

1 - 2 of 2

I am going to look at it. Thank you very much.

By blogbar , # Feb 26, 2007 12:55:00 PM

gr8 job done............

can you make a widget by which mouseover event would genrate the ip address, location and the coordinates of the hyperlink..........

this is actually present in firefox as an add-on.

code for ur help:-

function hostipfox_enable() {
}

function hostipfox_disable() {
}

function hostipfox_init() {
if('__hostipfox__FillInHTMLTooltip' in window) return;
const prefs = Components.classes['.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null);

var originalFillInHTMLTooltip = window.FillInHTMLTooltip;
window.__hostipfox__FillInHTMLTooltip = originalFillInHTMLTooltip;

const dnsService = Components.classes['.org/network/dns-service;1'].getService(Components.interfaces.nsIDNSService)

const nsISupportsString = ('nsISupportsWString' in Components.interfaces) ? Components.interfaces.nsISupportsWString : Components.interfaces.nsISupportsString;

window.FillInHTMLTooltip = function(elem)
{
var retval = false;

if (!elem ||
elem.namespaceURI == 'http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul')
return false;

try {
if (elem) {
while (elem && (elem.nodeType != Node.ELEMENT_NODE || !elem.attributes.length))
elem = e

By mail2rajeev , # Feb 23, 2007 9:08:51 PM

Copyright © 2001 - 2009 Opera Software. All rights reserved. About | Contact | Privacy | Disclaimer |