💾 Archived View for unbon.cafe › lejun › posts › 20221121_userChrome.gmi captured on 2023-01-29 at 16:50:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Fichier userChrome.css personnalisé

2022-11-21

Fichier userChrome.css que j’utilise sous LibreWolf pour réduire le nombre d’éléments dans le menu contextuel.

/** Window control buttons **/
.titlebar-buttonbox-container { display: none !important; }

/*** Context menu ***/

/* Content */
#context-sendimage,
#context-sendvideo,
#context-sendaudio,
#context-sep-setbackground,
#context-setDesktopBackground
{
  display: none !important;
}

/* Navigation */
#context-back,
#context-forward,
#context-reload,
#context-stop,
#context-bookmarkpage,
#context-savepage,
#context-pocket,
#context-sendpagetodevice
{
  display: none !important;
}

/* Links */
#context-bookmarlink,
#context-savelinktopocket,
#context-copyemail,
#context-sendlinktodevice,
{
  display: none !important;
}

/* Tabs */
#context_duplicateTab,
#context_sendTabToDevice_separator,
#context_sendTabToDevice,
#context_closeTabsToTheEnd,
#context_closeOtherTabs
{
  display: none !important;
}