All | 43 Folders | Accessibility | BoingBoing | Books | Computer Related | Family | Films | General | Hacking | Hobbies | Humor | Java | Links | Omni | OpenSolaris | Puzzles and Games

« Trying To Convert A... | Main | Runescape 3 »
20080205 Tuesday February 05, 2008

Working GreaseMonkey Script to Firefox Extension Conversion

See the previous post for the background to this. Thanks to Tyler Trafford for pointing me in the direction of a working GreaseMonkey script compiler.

I first checked it out of SVN with:

  $ svn co http://svn.devjavu.com/greasemonkey/branches/compiler

I then successfully build a Firefox extension for my Lists of Bests GreaseMonkey script with:

  $ cd /home/richb/DVD/GreaseMonkey/compiler/xpi-build
  $ ./gm2xpi.rb "Rich Burridge" "http://blogs.sun.com/richb" "0.5" \
      "4d52f0b8-eaed-4d5f-9c2e-e2ec19510737" \
      /home/richb/DVD/GreaseMonkey/rich_stuff/listsofbests/listsofbests.user.js

This generated a Lists of Bests Firefox Extension which I installed and successfully tested with a sample list.

[]

[]

( Feb 05 2008, 02:16:10 PM PST ) [Listen] Permalink

Comments:

Post a Comment:

Comments are closed for this entry.