Fichier userChrome.css personnalisé

2022-11-21

Fichier userChrome.css que j’utilise sous Firefox[1] 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;
}

Références

=> [1] Navigateur, LeJun 2024

Proxy Information
Original URL
gemini://unbon.cafe/lejun/posts/20221121_userChrome.gmi
Status Code
Success (20)
Meta
text/gemini;
Capsule Response Time
250.924723 milliseconds
Gemini-to-HTML Time
0.272805 milliseconds

This content has been proxied by September (ba2dc).