The Goofy Ah Extension is a Chrome extension that plays a fun sound effect whenever the word "poop" etc... appears in the browser. It injects a content script into web pages, monitors the DOM for the word "poop" for example and triggers the sound effect when found.
- Plays a sound effect when the word "poop" etc.. is detected in web pages.
- Adds an entertaining element to browsing experiences.
- Clone the repository or download the source code.
- Open Google Chrome and go to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the folder containing the extension.
- Make sure the extension is installed and enabled in Chrome.
- Browse the web as usual.
- Whenever the word "poop" etc.. appears in a web page, the extension will play the designated sound effect.
If you want to change the sound effect, follow these steps:
- Replace the
fart.mp3
file for example located in theaudio
folder with your desired sound effect file. - Make sure the new sound effect file retains the same name.
- If the sound effect doesn't play, ensure that the respective sound file is located in the
audio
folder of the extension. - Make sure the extension is enabled in Chrome's extensions settings.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.
This project is licensed under the MIT License.
The Goofy Ah Extension uses the following open-source libraries and resources: