Skip to content

Commit

Permalink
chore: change org to monkeytype-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Dec 6, 2023
1 parent 7ad0465 commit 3b36661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MonkeyType Chrome Extension

<img width="400" alt="259758026-e4ce4056-fae9-45de-9db3-121aa5a6619f" src="https://github.com/ridemountainpig/monkeytype-chrome-extension/assets/92412722/9a8cf31b-7612-4673-941d-f0ca0cefa5bf">
<img width="400" alt="259758026-e4ce4056-fae9-45de-9db3-121aa5a6619f" src="https://github.com/monkeytype-hub/monkeytype-chrome-extension/assets/92412722/9a8cf31b-7612-4673-941d-f0ca0cefa5bf">

This monkeytype chrome extension can help you type faster and more accurately in [MonkeyType](https://monkeytype.com/)

Expand All @@ -10,8 +10,8 @@ Try to use this extension to help you type faster and more accurately in MonkeyT

You just need to click Turn On and click blank key on keyboard it will help you to typing!

<img width="351" alt="CleanShot 2023-04-03 at 13 01 12@2x" src="https://github.com/ridemountainpig/monkeytype-chrome-extension/assets/92412722/727f913f-f2c0-4643-b78e-b20d9a46025c">
<img width="351" alt="CleanShot 2023-04-03 at 13 02 39@2x" src="https://github.com/ridemountainpig/monkeytype-chrome-extension/assets/92412722/582879ee-d0e8-4871-a1d5-e4ce7b39d15c">
<img width="351" alt="CleanShot 2023-04-03 at 13 01 12@2x" src="https://github.com/monkeytype-hub/monkeytype-chrome-extension/assets/92412722/727f913f-f2c0-4643-b78e-b20d9a46025c">
<img width="351" alt="CleanShot 2023-04-03 at 13 02 39@2x" src="https://github.com/monkeytype-hub/monkeytype-chrome-extension/assets/92412722/582879ee-d0e8-4871-a1d5-e4ce7b39d15c">

## Usage

Expand All @@ -20,8 +20,8 @@ You just need to click Turn On and click blank key on keyboard it will help you
3. Click lower right corner theme name to choose your favorite theme on MonkeyType
4. Done! Open [MonkeyType](https://monkeytype.com/) and press `Space` key on keyboard it will help you to typing!

<img width="350" alt="CleanShot 2023-04-03 at 12 56 55@2x" src="https://github.com/ridemountainpig/monkeytype-chrome-extension/assets/92412722/0ed45fc4-19a1-4e30-b1b8-f51f4e934b7b">
<img width="351" alt="CleanShot 2023-04-03 at 13 07 18@2x" src="https://github.com/ridemountainpig/monkeytype-chrome-extension/assets/92412722/bd8003c4-af54-4c6f-bf12-c4483388f66c">
<img width="350" alt="CleanShot 2023-04-03 at 12 56 55@2x" src="https://github.com/monkeytype-hub/monkeytype-chrome-extension/assets/92412722/0ed45fc4-19a1-4e30-b1b8-f51f4e934b7b">
<img width="351" alt="CleanShot 2023-04-03 at 13 07 18@2x" src="https://github.com/monkeytype-hub/monkeytype-chrome-extension/assets/92412722/bd8003c4-af54-4c6f-bf12-c4483388f66c">

## Other

Expand Down
2 changes: 1 addition & 1 deletion public/script/monkeytype-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function downloadMonkeyTypeIcons() {
const data = JSON.parse(response);

const downloadPromises = data.map(async (item) => {
const iconUrl = `https://github.com/ridemountainpig/monkeytype-icon/blob/master/monkeytype-icon/png/${item.name}.png?raw=true`;
const iconUrl = `https://github.com/monkeytype-hub/monkeytype-icon/blob/master/monkeytype-icon/png/${item.name}.png?raw=true`;
const downloadPath = `monkeytype-icons/${item.name}.png`;

const imageResponse = await axios({
Expand Down
2 changes: 1 addition & 1 deletion public/view/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
</div>
<div class="flex justify-around items-end">
<a
href="https://github.com/ridemountainpig/monkeyType-chrome-extension"
href="https://github.com/monkeytype-hub/monkeyType-chrome-extension"
target="_blank"
class="flex justify-center items-center gap-1 p-2"
style="color: var(--subColor)"
Expand Down

0 comments on commit 3b36661

Please sign in to comment.