Skip to content

Manages persistent attributes stored into localstore.rdf for Firefox/Thunderbird addons

License

Notifications You must be signed in to change notification settings

piroor/fxaddonlib-persistent-attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Persistent Attributes Manager for Firefox 3.6-56

Usage:

// for <elem width="..." persist="width"/>
var width = window['piro.sakura.ne.jp'].persistAttr
                                       .getPersistentAttribute(elem, 'width');
window['piro.sakura.ne.jp'].persistAttr
                           .removePersistentAttribute(elem, 'width');

About

Manages persistent attributes stored into localstore.rdf for Firefox/Thunderbird addons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published