antimony

drive firefox from node.js
git clone https://wehaveforgeathome.hates.computer/antimony.git
Log | Files | Refs | Submodules | LICENSE

README.md (755B)


      1 antimony - a Barebones Extension For Firefox, Ya'll
      2 ============
      3 
      4 A basic Firefox extension with a menu item, for copying and pasting into new projects.
      5 
      6 For Development
      7 ============
      8 
      9 Like they say in the [good book](https://developer.mozilla.org/en/Setting_up_extension_development_environment#Firefox_extension_proxy_file), navigate to:
     10 
     11     ~/.mozilla/firefox/$PROFILE_NAME/extensions
     12 
     13 ...and create a file named:
     14 
     15     antimony@thebigbad.github.com
     16 
     17 Inside that file, write the path of this project (making sure it ends in slash).
     18 
     19 For Sharing
     20 ===========
     21 
     22     make
     23 
     24 ... and open antimony.xpi in Firefox
     25 
     26 Credit
     27 ===========
     28 
     29 * it's all [retiman](http://github.com/retiman) and his wonderful [browser science](http://github.com/retiman/browser-science)