-- Leo's gemini proxy

-- Connecting to unbon.cafe:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;

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

-- Response ended

-- Page fetched on Sat May 18 23:41:20 2024