Skip to content

Commit

Permalink
Initial Import
Browse files Browse the repository at this point in the history
  • Loading branch information
bendodson committed Jan 23, 2012
0 parents commit b421f3a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This Firefox extension replaces the stop button so that when pressed, the immortal words of MC Hammer are uttered – “Stop! Hammertime!”.
7 changes: 7 additions & 0 deletions chrome.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
content hammertime jar:chrome/hammertime.jar!/content/

overlay chrome://browser/content/browser.xul chrome://hammertime/content/hammertime.xul

skin hammertime classic/1.0 jar:chrome/hammertime.jar!/skin/

style chrome://global/content/customizeToolbar.xul chrome://hammertime/skin/overlay.css
Binary file added chrome/.DS_Store
Binary file not shown.
Binary file added chrome/hammertime.jar
Binary file not shown.
1 change: 1 addition & 0 deletions defaults/preferences/prefs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pref("extensions.hammertime.defaultStopButton", false);
30 changes: 30 additions & 0 deletions install.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
<em:id>{f274730f-db76-4942-97ba-7984ab94f854}</em:id>
<em:version>2.1d</em:version>
<em:type>2</em:type>

<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.6.*</em:maxVersion>
</Description>
</em:targetApplication>

<!-- Front End MetaData -->
<em:name>STOP! Hammertime!</em:name>
<em:description>Stops pages loading with the vocal contributions of MC Hammer</em:description>
<em:creator>Ben Dodson</em:creator>
<em:homepageURL>http://bendodson.com/extensions/</em:homepageURL>
<em:optionsURL>chrome://hammertime/content/options.xul</em:optionsURL>
<em:aboutURL>chrome://hammertime/content/about.xul</em:aboutURL>
<em:iconURL>chrome://hammertime/content/logo.gif</em:iconURL>
</Description>
</RDF>

0 comments on commit b421f3a

Please sign in to comment.