Skip to main content
Home
X-notifier

Main navigation

  • Home
  • Forums
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Old forums
  4. X-notifier 3.x for Firefox (deprecated)

Copy the 'Refresh on scroll wheel click'-feature into an other add-on.

By dfgdfg12 , 27 May 2015

Hello!

I love to use the 'scroll wheel click' for closing tabs, open links in new tabs and refreshing X-notifier.

Currently I use the Feed Reader 'Bamboo'. Unfortunately there is no feature to refresh the RSS Feeds by clicking on the icon with the scroll wheel.

Could somebody tell me the location of the feature in the code of X-notifier so I could try to import it into Bamboo?

 

Thanks :)

Forums
X-notifier 3.x for Firefox (deprecated)

CyberToothTiger

11 years 3 months ago

http://xnotifier.tobwithu.com

http://xnotifier.tobwithu.com/history.php?br=cr

tobwithu

11 years 3 months ago

You can use onclick event

You can use onclick event

<toolbarbutton ...  onclick="com.tobwithu.xnotifier.onClick(event)"

onClick: function(aEvent) {
  if(aEvent.button == 1){//middle(scroll wheel) click
  }
}

dfgdfg12

11 years 3 months ago

Thank you very much :)

Thank you very much :)

  • Log in or register to post comments
  • Neo can't see my Yahoo accounts unless I'm logged in
  • X-notifier Neo is back!
  • Default check interval not work
  • Delete X-notifier account
  • Yahoo Mail not working with X-Notifier Neo
More
  • Create new account
  • Reset your password
Powered by Drupal