https://github.com/novalagung/skeetoverflow
📋 A fun browser extension for replacing all reputations on StackOverflow into a percentage of Jon Skeet's point
https://github.com/novalagung/skeetoverflow
browser-extension chrome-extension stackoverflow
Last synced: 11 months ago
JSON representation
📋 A fun browser extension for replacing all reputations on StackOverflow into a percentage of Jon Skeet's point
- Host: GitHub
- URL: https://github.com/novalagung/skeetoverflow
- Owner: novalagung
- License: mit
- Created: 2018-10-18T06:44:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T17:14:55.000Z (about 3 years ago)
- Last Synced: 2024-10-29T21:05:26.968Z (over 1 year ago)
- Topics: browser-extension, chrome-extension, stackoverflow
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkeetOverflow
A fun browser extension for replacing all reputations on StackOverflow into a percentage of Jon Skeet's point.
In case anyone doesn't know who Jon Skeet is, please check out these links:
- Thanks a Million, Jon Skeet! https://stackoverflow.blog/2018/01/15/thanks-million-jon-skeet
- Jon Skeet facts https://meta.stackexchange.com/questions/9134/jon-skeet-facts
> By using this extension, you will always be reminded how small you are compared to Jon Skeet
## Installation
1. Clone the repo
```bash
git clone https://github.com/novalagung/skeetoverflow.git
```
1. Install required dependencies through `npm`
```js
npm install
```
1. Open any browser, open up the addons/extension page
1. Load the extension. Example on Chrome browser, click **Load unpacked** button, point it to the cloned `skeetoverflow` folder

1. Done! Now try to open any page on [Stack Overflow](https://stackoverflow.com)
## Preview
Gordon Linoff profile page https://stackoverflow.com/users/1144035/gordon-linoff

Noval Agung profile page https://stackoverflow.com/users/1467988/novalagung

Question details page

Top Questions page

## Maintainer
Noval Agung Prayogo
## License
MIT License