Smart Shared Cache System

Shared cache with TTL, background refresh and tab sync

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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
STELLAR STELS
Installationen heute
0
Installationen gesamt
2
Bewertungen
0 0 0
Version
2.0
Erstellt am
23.02.2026
Letzte Aktualisierung
23.02.2026
Größe
3,26 KB
Lizenz
MIT
Wird angewandt auf
Alle Seiten

🚀 Smart Shared Cache System (Background + Sync)
---------------------------------------------------------------------------------
⚡ Что это умеет
🔄 Background Refresh

Если кеш пустой — данные подгружаются автоматически.

🌍 Общий кеш для нескольких userscript

Если у разных скриптов одинаковый @namespace и PREFIX — они используют одну базу.

🔔 Синхронизация вкладок

Через BroadcastChannel все вкладки мгновенно получают обновление.

🧠 Автоочистка TTL

Просроченные значения удаляются автоматически.

💡 Где можно использовать легально

кеш API-запросов

хранение настроек

временные токены авторизации (если разрешено сервисом)

данные профиля

экономия запросов к серверу