Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: itsrn/fake-chatgpt-plus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: itsrn/fake-chatgpt-plus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.6
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 24, 2023

  1. Update README.md

    itsrn authored Aug 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e28dffc View commit details

Commits on Sep 7, 2023

  1. Copy the full SHA
    3fb6680 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1ec8b1f View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2bf1955 View commit details
Showing with 7 additions and 3 deletions.
  1. +6 −2 README.md
  2. +1 −1 index.js
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">fake-chatgpt-plus</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.4.4-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.4.6-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/itsrn/fake-chatgpt-plus/blob/main/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
@@ -38,7 +38,11 @@ Contributions, issues and feature requests are welcome!<br />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.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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) {