diff --git a/README.md b/README.md
index a01740e3..d82d9354 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,24 @@
-# FACEIT Enhancer
+# Repeek (formerly FACEIT Enhancer)
> Browser extension that enhances the FACEIT experience and adds useful features
-Originally created to replace the FACEIT HELPER browser extension, that got broken after FACEIT updated their website and FACEIT HELPER wasn't maintained anymore, FACEIT Enhancer became a must-have browser extension with over 700.000 users and growing for FACEIT users.
+Originally created to replace the FACEIT HELPER browser extension, that got broken after FACEIT updated their website and FACEIT HELPER wasn't maintained anymore, Repeek became a must-have browser extension with over 700.000 users and growing for FACEIT users.
-The goal of FACEIT Enhancer is to make everyone's life easier with automatation and showing additional information that normally only 3rd party websites are exposing from the FACEIT API, but these websites are usually full of ads and other shady stuff to make a profit out of it.
+The goal of Repeek is to make everyone's life easier with automatation and showing additional information that normally only 3rd party websites are exposing from the FACEIT API, but these websites are usually full of ads and other shady stuff to make a profit out of it.
-After releasing FACEIT Enhancer, I got approached by FACEIT and was asked to join them. Ultimately this project landed me a job at FACEIT in June 2018, which wasn't my plan at all actually. I've left FACEIT in September 2021.
+After releasing Repeek, I got approached by FACEIT and was asked to join them. Ultimately this project landed me a job at FACEIT in June 2018, which wasn't my plan at all actually. I've left FACEIT in September 2021.
- [Initial Announcement](https://www.reddit.com/r/GlobalOffensive/comments/82eq8j/ive_developed_faceit_enhancer_to_enhance_the/) (2018-03-09)
- [First Update Post](https://www.reddit.com/r/GlobalOffensive/comments/83pdza/update_faceit_enhancer_now_shows_player_country/) (2018-03-12)
- [Follow Up Post](https://www.reddit.com/r/GlobalOffensive/comments/872nl8/ive_developed_faceit_enhancer_to_enhance_the/) (2018-03-25)
- [FACEIT Job Announcement](https://www.reddit.com/r/FACEITEnhancer/comments/8jvh8x/i_will_soon_work_at_faceit_thanks_to_you_guys/) (2018-08-05)
- [Leaving FACEIT Announcement](https://twitter.com/timche_/status/1437437603456897033) (2021-09-13)
+- [FACEIT Enhancer becomes Repeek](https://repeek.gg/blog/faceit-enhancer-becomes-repeek) (2023-04-23)
# Install
-- [Chrome](https://chrome.google.com/webstore/detail/faceit-enhancer/mokknliiomknodkdmpcellamkopbdmao)
-- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/faceit-enhancer/)
+- [Chrome](https://chrome.google.com/webstore/detail/repeek/mokknliiomknodkdmpcellamkopbdmao)
+- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/repeek/)
The Chrome version also works in Opera (using [this](https://addons.opera.com/en/extensions/details/download-chrome-extension-9/)) and Edge.
@@ -85,11 +86,10 @@ Build the extension into a `dist` folder for publishing:
npm run build
```
-# Maintainers
+# Team
-- [Tim Cheung](https://github.com/timche) (Creator, [@timche\_](https://twitter.com/timche_))
-- [Daniel Skogly](https://github.com/poacher2k) ([@poacher2k](https://twitter.com/poacher2k))
+- [Tim Cheung](https://github.com/timche) (Creator & Developer, [@timche\_](https://twitter.com/timche_))
# Disclaimer
-FACEIT Enhancer is a third-party browser extension and not affiliated with FACEIT.
+Repeek is developed independently, and is not officially endorsed by or affiliated with FACEIT.
diff --git a/src/background/api.js b/src/background/api.js
index 3967540e..9bf36bae 100644
--- a/src/background/api.js
+++ b/src/background/api.js
@@ -1,6 +1,6 @@
import ky from 'ky'
-const BASE_URL = 'https://api.faceit-enhancer.com'
+const BASE_URL = 'https://api.repeek.gg'
const api = ky.extend({ prefixUrl: BASE_URL })
diff --git a/src/content/components/player-badge.js b/src/content/components/player-badge.js
index 59a1468a..b27c6e24 100644
--- a/src/content/components/player-badge.js
+++ b/src/content/components/player-badge.js
@@ -6,19 +6,19 @@ export default ({ level = 0, role, bgColor, textColor, onClick }) => {
switch (role) {
case 'Creator': {
- description = 'Has created FACEIT Enhancer'
+ description = 'Has created Repeek'
break
}
case 'Developer': {
- description = 'Is part of FACEIT Enhancer developer team'
+ description = 'Is part of Repeek developer team'
break
}
case 'Code Contributor': {
- description = 'Has contributed to FACEIT Enhancer code'
+ description = 'Has contributed to Repeek code'
break
}
default: {
- description = `Has supported FACEIT Enhancer`
+ description = `Has supported Repeek`
}
}
@@ -41,7 +41,7 @@ export default ({ level = 0, role, bgColor, textColor, onClick }) => {
title={description}
onClick={onClick}
>
- FACEIT Enhancer{' '}
+ Repeek{' '}
{role || `VIP ${level > 0 ? new Array(level).fill('★').join('') : ''}`}
)
diff --git a/src/content/features/apply-match-room-focus-mode.js b/src/content/features/apply-match-room-focus-mode.js
index bc0d5cbb..e980a1af 100644
--- a/src/content/features/apply-match-room-focus-mode.js
+++ b/src/content/features/apply-match-room-focus-mode.js
@@ -93,7 +93,7 @@ export default async parent => {
}}
>