Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeveralCircles committed Sep 28, 2021
1 parent f6f52a8 commit 8e429f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
Binary file removed CloudToButt.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all:
DISPLAY=:0 sudo google-chrome --pack-extension=Source --pack-extension-key=CloudToButt.pem --user-data-dir=/tmp/foooo
sudo chown hank:hank Source.crx
mv Source.crx CloudToButt.crx
mv Source.crx BioMedtoMonestary.crx
29 changes: 4 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
Cloud To Butt Plus
=============
Bio-Med Science Academy to Garreg Mach Monestary
=====
Bio-Med Science Academy to Garreg Mach Monestary is a chrome extension that changes as many references to Bio-Med Science Academy and related terms to references to Fire Emblem: Three Houses.

Chrome extension that replaces occurrences of 'the cloud' with 'my butt', and other amusing cloud-related substitutions.

[Direct download of crx file](https://github.com/hank/cloud-to-butt/blob/master/CloudToButt.crx?raw=true)

Screenshot Gallery
------------------

http://www.flickr.com/groups/cloud-to-butt/

Installation
------------

In Chrome, choose Window > Extensions. Drag CloudToButt.crx into the page that appears.

Safari Version
--------------

Can be found here: https://github.com/logancollins/cloud-to-butt-safari

Firefox Version
---------------

Can be found here: https://github.com/DaveRandom/cloud-to-butt-mozilla
Coming soon to the Chrome Web Store.
3 changes: 2 additions & 1 deletion Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{
"matches": ["*://*/*"],
"js": ["content_script.js"],
"run_at": "document_end"
"run_at": "document_end",
"permissions":["active_tab"]
}
]
}
Expand Down

0 comments on commit 8e429f2

Please sign in to comment.