diff --git a/README.md b/README.md index e09e52c..13dc54e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

fake-chatgpt-plus

- Version + Version License: MIT @@ -38,7 +38,9 @@ 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.4 *(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). 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) {