mft3k

Firefox Extension that adds a MST3K row of seats to the bottom of the browser
git clone Https://wehaveforgeathome.hates.computer/mft3k.git
Log | Files | Refs | LICENSE

commit 6b3c03960eb2f35b01cc096fc5cdb2ae9cbebb84
parent 2848976807e847679b86bec7ee5df5676bf7f9ff
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon, 28 Jun 2010 14:53:36 -0700

now the speech bubbles actually work, with more help from mitchell

Diffstat:
Mchrome/content/binding.xml | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/chrome/content/binding.xml b/chrome/content/binding.xml @@ -2,10 +2,6 @@ <xbl:bindings xmlns:xbl="http://www.mozilla.org/xbl" xmlns="http://www.w3.org/1999/xhtml"> <xbl:binding id="seats" inheritstyle="false"> -<?xml version="1.0"?> -<xbl:bindings xmlns:xbl="http://www.mozilla.org/xbl" - xmlns="http://www.w3.org/1999/xhtml"> - <xbl:binding id="seats" inheritstyle="false"> <xbl:resources> <xbl:stylesheet src="chrome://mft3k/skin/stylesheets/stylesheet.css" /> </xbl:resources> @@ -17,7 +13,7 @@ </div> <div id="seats"> <div id="empty" /> - <div id="occupied" onclick="javascript:heckle_site();" /> + <div id="occupied" onclick="javascript:heckle_site(this);" /> </div> </body> </xbl:content> @@ -35,7 +31,7 @@ [ crow, "They must've spent tens of dollars on this." ], [ joel, "I think the prop department juuust ran out of money." ], [ tom, "I bet this was made in Canada." ], - [ joel, "I'll bet this site uses -moz-bindings" ], + [ joel, "I'll bet this site uses -moz-binding" ], [ joel, "Yeah." ], [ crow, "I know I'll never be quite the same." ], [ joel, "This XBL is history." ],