(1370B)
1 Mystery Firefox Theater 3000 2 ============ 3 4 Adds a MST3K row of seats to the bottom of the browser, as a fun demonstration of a technique for overlay pages. [Screenshot](http://github.com/thebigbad/mft3k/blob/master/screenshot.png) 5 6 For Users 7 =========== 8 9 Head to the [download](http://github.com/thebigbad/mft3k/downloads) page and install the xpi. 10 11 For Developers 12 ============ 13 14 After cloning, do as they say in the [good book](https://developer.mozilla.org/en/Setting_up_extension_development_environment#Firefox_extension_proxy_file), navigate to: 15 16 ~/.mozilla/firefox/$PROFILE_NAME/extensions 17 18 ...and create a file named: 19 20 mft3k@borderstylo.com 21 22 Inside that file, write the path of this project (making sure it ends in slash). 23 24 Thanks 25 ========== 26 27 * [Mike Kaply](https://twitter.com/MikeKaply) for taking in interest in my work and encouraging me to share it. 28 * Mitchell Johnson for hacking out some funny code and suggesting the name. 29 * [Nicolas LaCasse](http://github.com/nlacasse) for finding the fix for FF4: https://forums.addons.mozilla.org/viewtopic.php?f=12&t=1437&p=4849#p4849 30 * [Lorenzo Colitti](http://www.colitti.com/lorenzo) for answering Nick's question on IRC 31 32 License 33 =========== 34 35 Copyright (c) 2010, [Border Stylo](http://borderstylo.com/). All rights reserved. See [LICENSE](http://github.com/thebigbad/mft3k/blob/master/LICENSE) for details.