Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qobulovasror/random-joke-browser-extension
Random Joke Browser Extension. Add a touch of laughter to your browsing experience with the Random Joke Browser Extension!
https://github.com/qobulovasror/random-joke-browser-extension
extention html js random-jokes
Last synced: 7 days ago
JSON representation
Random Joke Browser Extension. Add a touch of laughter to your browsing experience with the Random Joke Browser Extension!
- Host: GitHub
- URL: https://github.com/qobulovasror/random-joke-browser-extension
- Owner: qobulovasror
- Created: 2023-08-11T17:34:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-11T18:22:58.000Z (over 1 year ago)
- Last Synced: 2024-11-06T00:06:28.976Z (7 days ago)
- Topics: extention, html, js, random-jokes
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Joke Browser Extension
Add a dash of humor to your browsing sessions with the Random Joke Browser Extension. This extension fetches jokes from the Random Joke API and displays them whenever you open a new tab. It's a great way to start your day with a smile!
![Random-Joke-Extension](https://github.com/qobulovasror/random-joke-browser-extention/assets/71517683/561a5710-4d58-450f-a151-d081031cca85)
🤣 Random Joke Browser Extension
Add a touch of laughter to your browsing experience with the Random Joke Browser Extension! This lightweight and fun extension delivers a daily dose of humor straight to your browser. Powered by the Random Joke API, this extension fetches and displays a new joke every time you open a new tab, making your online adventures a little more cheerful.
Features:
🎉 Instant chuckles: Enjoy a new joke with every new tab you open.
🌐 Seamless integration: Compatible with popular browsers like Chrome, Firefox, and Edge.
💡 Lightweight: The extension is designed to be light on resources for a smooth browsing experience.
🔄 Automatic updates: Jokes are fetched from the Random Joke API, ensuring a fresh supply of humor.
Brighten up your browsing routine – install the Random Joke Browser Extension now!
## Usage
Once the extension is installed, every time you open a new tab, a hilarious new joke will be waiting for you. No more dull starts to your browsing sessions!## Development
If you're interested in contributing to the development of this extension or modifying it for your personal use, follow these steps:
1. Clone the repository:
```bash
gh repo clone qobulovasror/random-joke-browser-extention
```
or
```bash
git clone https://github.com/qobulovasror/random-joke-browser-extention
```
3. Navigate to the project directory:
```bash
cd random-joke-extension
```
4. Load the extension in your browser:
Chrome:
3.1. Open the Extension Management page by navigating to chrome://extensions.
3.2. Enable "Developer mode" in the top-right corner.
3.3. Click the "Load unpacked" button and select the extension directory.
Firefox:
3.1. Enter about:debugging in the URL bar.
3.2. Click the "This Firefox" tab.
3.3. Click the "Load Temporary Add-on" button and select the extension directory.
5. Make changes:
Feel free to modify the code to suit your preferences or add new features. The main logic is in popur.js.
6. Test your changes
After making your changes, open a new tab to test if the joke displays correctly.
7. Share your improvements### Credits
This extension utilizes the [Random Joke API](https://github.com/15Dkatz/official_joke_api) to fetch jokes.