I need a tool that can parse and insert code to the JavaScript/HTML code before the browser starts to interpret the code. I\'ve been thinking using a proxy to do it. But now I\'d like to 开发者_如何学
What happens when I call setTimeout in a firefox extension?Is there ever a condition in which multiple callbacks can 开发者_如何学Crun simultaneously?
I want to listen on an event (clipboard event ?) in order to alter the clipboards content. Actually i did no开发者_运维技巧t find out how i can grab the clipboards content after it has been filled (u
I\'m developing firefox extension, and I have a button, which shows <panel> using openPopup method when users moves mouse over button, and close it after few seconds user moves mouse out.
I would like to know if there is any functionality in the Gecko SDK/NPAPI that would allow me to restrict a plugin-usage to restricted domains only. Exactly like SiteLock for IE does wi开发者_运维技巧
I want to inject a css file located on t开发者_如何学Pythonhe skin folder in a browser page. It is located on chrome://orkutmanager/skin/om.css, accessing manually show the file contents correctly.
I want to use xpcom to connect Mozilla Firefox to a se开发者_如何学编程rial port. The final result should be an xpi addon that can be installed on various environments (cross-platform Windows/Linux wi
I would like to modify a file loaded by Firefox on startup (persdict.dat - this is the personal dictionary file).
I\'m writing a Firefox extension and I need to hook the download dialog that comes up when the user tries to download a file.
How is it possible to execute JavaScript code on a specific page through a Firefox addon. I know I can use Greasemonkey but since I\'m porting one of my Chrome extension, I want it to have the exact s