ChatGPT Message Tracker

Tracks and displays ChatGPT message usage based on model limits, with a toggle button to reopen the info panel. Adds support for gpt-4 model, makes model usage collapsible, and persists collapse state between page reloads.

这些是此脚本变更过代码的版本。 显示所有版本。

  • v1.4.4 2024-09-21

    Enhance library UI and visibility The changes include an update to the ChatGPT Artefacts script, enhancing the library UI for better compactness and visibility. The version number was incremented to 1.2.1, and various UI elements were adjusted for improved user experience. Additionally, the message tracker UI's position and visibility settings were modified.

  • v1.4.4 2024-09-20

    Fix toggle button zIndex The changes include an update to the version number from 1.4.3 to 1.4.4, with a fix for the zIndex of the toggle button in the message-tracker.js file. The changelog in message-tracker.md reflects this update, marking version 1.4.4 as the current version and noting the fix.

  • v1.4.3 2024-09-19

    Update gpt-4o logging functionality The changes in version 1.4.3 of the ChatGPT Message Tracker include an update to the gpt-4o usage limit, ensuring it is always logged correctly. The logging functionality has been refactored into a separate function, logGpt4oMessage, for better organization. Additionally, the model logging now accounts for gizmo_interaction in the request body.

  • v1.4.2 2024-09-19

    Update version to 1.4.2 The changes in the message-tracker.js and message-tracker.md files include an update to the version number from 1.4.1 to 1.4.2, a modification to the update interval from 1 minute to 30 seconds, and an enhancement in the UI for auto-updating times. Additionally, compatibility with the Artefacts script has been improved.

  • v1.4.1 2024-09-19

    Add ChatGPT Artefacts script The changes include the addition of a new userscript, "ChatGPT Artefacts," which enhances code block interaction by adding buttons for running demos and opening in new tabs. Updates were made to existing scripts for improved compatibility with the new artefacts feature. Minor UI adjustments were also implemented across the scripts.

  • v1.4.1 2024-09-19

    Update UI and remove "See Less" button The changes include updates to the ChatGPT Message Tracker and Sidebar Reorder scripts. The Message Tracker version was updated to 1.4.1, enhancing the toggle button's UI. The Sidebar Reorder script was updated to version 1.5.1, removing the "See Less" button and improving the sidebar's functionality.

  • v1.4 2024-09-18 Imported from URL
  • v1.4 2024-09-17

    #### Version 1.4
    - **Added** support for the `gpt-4` model with a limit of 40 messages per 3 hours, which counts towards the `gpt-4o` usage cap.
    - **Implemented** a feature to persist the collapsed or expanded state of each model's usage details between page reloads using `localStorage`.
    - **Enhanced** the user interface with collapsible sections for each model, improving organization and readability.
    - **Updated** the description and documentation to reflect the new features and changes.

  • v1.1 2024-09-17