Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox Addon

How To Replace A Piece Of Html With Another Piece Of Html On A Page?

I'm making a simple browser extension which is supposed to be used for links addition on a page… Read more How To Replace A Piece Of Html With Another Piece Of Html On A Page?

Call Jquery Function After Page Load Not Working - Firefox Extension

I've been working on Create Firefox extension. i can inject some js file for all webpages. this… Read more Call Jquery Function After Page Load Not Working - Firefox Extension

Is There Nsiclientsocket In Firefox Extension Javascript?

How to connect to a port from javascript in firefox extensions? I could able to open the port and l… Read more Is There Nsiclientsocket In Firefox Extension Javascript?

Xmlhttprequest Receiving No Data Or Just "undefined"

This summary is not available. Please click here to view the post. Read more Xmlhttprequest Receiving No Data Or Just "undefined"

I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

Once, I tried adding a button with 'bookmark-item pagerank' as class to PersonalToolbar. No… Read more I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

How To Wrap Part Of The Text In A Node That Has 'display: Flex And Justify-content: Space-between' Styling?

I am currently writing a Firefox extension that uses fuzzy search to highligth words on a web page.… Read more How To Wrap Part Of The Text In A Node That Has 'display: Flex And Justify-content: Space-between' Styling?

How To Disable / Enable Plugins?

We are creating a web application. In there, we would like to disable some plugins installed in the… Read more How To Disable / Enable Plugins?

Can I Add A Context Menu To A Widget?

I'm trying to add a context menu to a widget This is the menu: var widgets = require('sdk/w… Read more Can I Add A Context Menu To A Widget?