I found them and posted them here:
viewtopic.php?f=35&t=889



/*====================================================================*/
/* START OF AREA NEEDING EDITING */
/**/
/**/ // NAME OF YOUR BUTTON (DO NOT REMOVE QUOTES)
/**/ var name = 'test';
/**/
/**/ // PREFERENCE TO TOGGLE (DO NOT REMOVE QUOTES)
/**/ var preF = 'accessibility.tabfocus';
/**/
/**/ // PLACE VALUES FOR YOUR PREF HERE, (NO QUOTES NECESSARY)
/**/ // BOOLEAN VALUES ARE TRUE/FALSE
/**/ // INTEGER VALUES CAN BE ANY NUMBERS FOR TOGGLING BETWEEN
/**/ var on = 7;
/**/ var off = 0;
/**/
/**/ // do NOT edit the next two lines
/**/ this.pref=preF;
/**/ this.setState=function(){
/**/ // end do NOT edit these two lines
/**/
/**/ // COMMENT OUT THE KIND OF PREFERENCE THIS IS NOT!
/**/ //var state=this.PS.getBoolPref(this.pref); // BOOLEAN
/**/ var state=this.PS.getIntPref(this.pref); // INTEGER
/**/
/* END OF AREA NEEDING EDITING */
/*====================================================================*/
Return to Discussion & Support
Users browsing this forum: Yahoo [Bot] and 0 guests