-
Archives
- March 2011
- February 2011
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2007
- November 2006
- October 2006
- September 2006
- March 2006
- November 2005
- September 2004
- April 2004
- November 2003
- August 2003
-
Meta
Tag Archives: extension
Firefox Mobile (Fennec) Greasemonkey Compiler
Friday is code day… So after issuing an update to FireVortex, I spent a few minutes uploading the very simple Greasemonkey Compiler for Firefox Mobile. (see previous post) The only changes I made over the version by Arantius was appending … Continue reading
Observing Cookie changes in Firefox Extensions
Preferences MDC has an example for setting a “nsPref:changed” observer but I needed to watch some cookies as well for FireVortex. I was unable to find a clear cut example so a slight modification and it seems to work: function … Continue reading
Removing Cookies in Firefox Extensions
Removing a cookie from an extension… IS: Components.classes["@mozilla.org/cookiemanager;1"] .getService(Components.interfaces.nsICookieManager) .remove(“forums.vwvortex.com”, “firevortexfavforums”, “/”, false); INSTEAD OF: cookieSvc.setCookieString(uri, null, “firevortexfavforums=; domain=forums.vwvortex.com; expires=Thu Jan 01 1970 00:00:01 GMT-0700; path=/”, null);
[beta] FireVortex for FF3.1b2
I have posted a test extension for Firefox 3.1b2, please see the VWVortex Thread (first post) for download details. -updated all xpath for gecko1.9 dom changes (case sensitive now? or maybe zeroforum html code) -started to change around the greasemonkey … Continue reading
FireNICO Is Now Available
Awhile back I had a simple fork of FireVortex running on honda-tech.com (no longer on zeroforum) and nicoclub.com forums. I had forgotten (well maybe no one was using them) but it turns out it I was wrong… so updated for … Continue reading
Posted in FireNICO
Tagged extension, firefox, FireNICO, FireVortex, honda-tech, nicoclub, ZeroForum
Leave a comment