Grok Quota Panel

Displays remaining queries / rate limits on grok.com (updated for remainingQueries)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
138 Aspen
Dnevne instalacije
1
Ukupno instalacija
16
Ocene
0 0 0
Verzija
2026.04.18.2112
Napravljeno
18. 04. 2026
Ažurirano
18. 04. 2026
Size
21 КБ
Licenca
MIT
Važi za

Grok Quota Panel in web page,

included modelNames:

    const MODELS = [
        { modelName: 'grok-4-heavy',   requestKind: 'DEFAULT' },
        { modelName: 'grok-4-thinking', requestKind: 'DEFAULT' },
        { modelName: 'grok-4',         requestKind: 'DEFAULT' },
        { modelName: 'grok-3',         requestKind: 'DEFAULT' },
        { modelName: 'grok-2',         requestKind: 'DEFAULT' }
    ];