-
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: firefox
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
FireVortex v1.7.7 for Firefox 3.6b3 is up
Download Now – FireVortex v1.7.7 for Firefox 3.6b3 (and probably RC) is now available… Some minor bug fixes – especially with VMG‘s new Kilometer Magazine forum site. Future Plans: – Converting data storage to sqlite (and implement a watchlist archive) … Continue reading
FireVortex Listed on Mozilla Add-Ons Site (AMO)
Excellent news from Mozilla this morning… “AMO welcomes self-hosted add-ons and HTML” I just added FireVortex to AMO! I always felt it was too site-specific to list on Mozilla – plus updates are needed very quickly if the forum html … Continue reading
Greasemonkey for Fennec (aka Firefox Mobile)
Ported Greasemonkey to Fennec – aka Firefox Mobile – Took the compiler version and had to change just a few small things. (no app-content container). Some simple screenshots This won’t be my Firefox Mobile Challenge entry but a step towards … 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
Greasemonkey script for vwvortex
Playing around with Greasemonkey, the one place which needs a lot of help is the VWvortex forums…Â I have begun modifying the forums with a few initial scripts, seems a bit nicer. Full details here for now: http://forums.vwvortex.com/zerothread?id=3046153