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!)

Penulis
138 Aspen
Pemasangan harian
1
Total pemasangan
16
Nilai
0 0 0
Versi
2026.04.18.2112
Dibuat
18 April 2026
Diperbarui
18 April 2026
ukuran
21 KB
Lisensi
MIT
Berlaku untuk

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' }
    ];