Weekly Shaarli

All links of one week in a single page.

Week 36 (August 31, 2026)

Note: nextcloud cacher le store
/* hide the store for the admin */
.app-menu__grid .app-item[href*="/settings/apps"] {
    display: none !important;
}
/* hide the store for other people */
.app-menu__grid .app-item[href^="https://apps.nextcloud.com"] {
    display: none !important;
}

(nécessite l'app Custom CSS)