Firebug Firefox Addon Javascript Xul Get Postdata As In Firebug August 07, 2024 Post a Comment Anyone, help me, how to get Headers and PostData inside extension, using xpcom/something else? i ca… Read more Get Postdata As In Firebug
Firefox Firefox Addon Firefox Addon Webextensions Javascript Firefox Webextension Importing Services June 09, 2024 Post a Comment I am feeling overwhelmed by so many different approaches, guides, and yet none I tried work for me.… Read more Firefox Webextension Importing Services
Cookies Firefox Firefox Addon Firefox Addon Sdk Javascript How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk) May 30, 2024 Post a Comment I am working on creating a Firefox Add-on SDK extension that would set custom cookies (two cookies … Read more How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)
Canvas Firefox Addon Ico Javascript Issue With Reduced Quality On File After Saving/converting From Canvas May 25, 2024 Post a Comment This is the code I am using. (code is at way bottom of this post but here is link to GitHubGist :: … Read more Issue With Reduced Quality On File After Saving/converting From Canvas
Firefox Firefox Addon Javascript Node.js Oauth Is It Possible To Use Nodejs Modules Like "oauth" In My Firefox Addon? May 19, 2024 Post a Comment This is the first time I'm writing a Firefox addon. For the addon I'm trying to write, I ne… Read more Is It Possible To Use Nodejs Modules Like "oauth" In My Firefox Addon?
Firefox Addon Javascript Triggers Trigger Firefox Extensions From A Custom Button May 09, 2024 Post a Comment I have converted some Chrome extensions to firefox .xpi and installed them in FF. They show up in … Read more Trigger Firefox Extensions From A Custom Button
Firefox Addon Firefox Addon Webextensions Javascript Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script April 14, 2024 Post a Comment I am currently creating a WebExtension in which I register a listener on the web requests being mad… Read more Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script
Firefox Firefox Addon Firefox Addon Sdk Javascript Xpcom Use Blob On Firefox Add-on April 14, 2024 Post a Comment Been trying to get the following code to work in firefox add-on: var oMyForm = new FormData(); oMy… Read more Use Blob On Firefox Add-on
Dom Events Firefox Firefox Addon Javascript Browser Window Minimize/maximize Event March 31, 2024 Post a Comment Possible Duplicate: Firefox extension: check if window is minimized I've written a Firefox ex… Read more Browser Window Minimize/maximize Event
Firefox Addon Firefox Addon Sdk Javascript How To Load Multiple Urls In Pageworker For Firefox Add-on Sdk? February 23, 2024 Post a Comment Using the following example, I can get First paragraph from one URL i.e, ContentURL. ex - http://ww… Read more How To Load Multiple Urls In Pageworker For Firefox Add-on Sdk?
Firefox Firefox Addon Javascript A Way To Observe Url In Urlbar Of Firefox, And Get An Event Every Time It Changes February 17, 2024 Post a Comment I need it for my firefox extension. I don't care about waiting the page load completely, I want… Read more A Way To Observe Url In Urlbar Of Firefox, And Get An Event Every Time It Changes
Dom Events Firefox Addon Javascript Why Is This Javascript Page Redirect So Slow? February 17, 2024 Post a Comment I'm implementing a Firefox plugin. In the plugin's toolbar, I capture the current page and… Read more Why Is This Javascript Page Redirect So Slow?
Firefox Addon Http Javascript Post Http Post In Javascript In Firefox Extension January 22, 2024 Post a Comment I'm a newbie trying to do a simple HTTP post in JS within a Firefox extension.. This isn't … Read more Http Post In Javascript In Firefox Extension
Firefox Addon Firefox Addon Webextensions Javascript Notifications Onclick How To Copy To Clipboard Via Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on? December 26, 2023 Post a Comment Testpage: https://www.google.com It works in Chrome but in Firefox Nightly 52.0a1 it gives me this … Read more How To Copy To Clipboard Via Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on?
Content Script Firefox Addon Javascript Content Script Only Runs Once (temporary Addon) October 24, 2023 Post a Comment I made a simple temporary addon: manifest.json { 'manifest_version': 2, 'name'… Read more Content Script Only Runs Once (temporary Addon)
Firefox Addon Firefox Addon Webextensions Javascript Webnavigation.ondomcontentloaded Url Filter Does Not Match Dns Error Url October 23, 2023 Post a Comment Reference to the answer for my previous question here. Briefly: When an error occurs in a navigatio… Read more Webnavigation.ondomcontentloaded Url Filter Does Not Match Dns Error Url
Firefox Addon Firefox Addon Sdk Javascript Firefox Addon Sdk: Ways To Display Options To User? October 10, 2023 Post a Comment I'm quite new to addon development with firefox. I picked the addon sdk for porting my chrome e… Read more Firefox Addon Sdk: Ways To Display Options To User?
Firefox Addon Firefox Addon Sdk Javascript Why The Addone Button Is Lost When I Enable Panel Code? October 08, 2023 Post a Comment Once the require('sdk/panel').Panel code is enabled, I cannot find the addone button, even … Read more Why The Addone Button Is Lost When I Enable Panel Code?
Firefox Addon Firefox Addon Sdk Javascript Firefox Addon Ignore Iframes February 28, 2023 Post a Comment I'm trying to build an addon for LinkedIn but the contentscript is outputted in every frame... … Read more Firefox Addon Ignore Iframes
Firefox Firefox Addon Javascript Execute Function On Webpage? December 12, 2022 Post a Comment Say a webpage has a function like: function abc (){ return 'abc'; } How would I execute an… Read more Execute Function On Webpage?