From 3fb6680c752bcac7ec1c8746b50e71e48ed8fa06 Mon Sep 17 00:00:00 2001 From: Ron Nuss Date: Thu, 7 Sep 2023 19:47:02 +0300 Subject: [PATCH] fix(v0.4.6): logo background to purple --- README.md | 8 ++++++-- index.js | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13b55b7..659b15a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

fake-chatgpt-plus

- Version + Version License: MIT @@ -38,7 +38,11 @@ Contributions, issues and feature requests are welcome!
Feel free to check Give a ⭐️ if you likes this project and want to support me! ## Version History -* 0.4.2 *(Supported and recommended)* +* 0.4.6 *(Supported and Recommended)* + * Fixed ChatGPT's logo background color is not changed to purple (like the GPT 4 one) +* 0.4.4 *(Not supported)* + * Fixed ["Upgrade to plus" button to stop showing](https://github.com/itsrn/fake-chatgpt-plus/issues/3) +* 0.4.2 *(Not supported)* * Fixed [Profile buttons doesn't appear](https://github.com/itsrn/fake-chatgpt-plus/issues/1). * 0.4.0 *(Not supported)* * Initial Release. diff --git a/index.js b/index.js index 190b8c3..f64f2e0 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ function removeUpgradeButton() { function updateChatGptIcons() { const ChatGptIcons = document.querySelectorAll( - ".relative.p-1.rounded-sm.h-\\[30px\\].w-\\[30px\\].text-white.flex.items-center.justify-center" + ".relative.p-1.rounded-sm.text-white.flex.items-center" ); //gets an array of elements of chatgpt icons from responses if (ChatGptIcons) {