commit e8491a611c60b2de8f9a1b53a27ade2109023b65
parent 338fc374a6d2fa932e82d3473ddf91e18efa0c4f
Author: awy <awy@awy.one>
Date: Fri, 2 May 2025 17:52:43 +0300
context menu
Diffstat:
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/userChrome.css b/userChrome.css
@@ -1,18 +1,3 @@
-@-moz-document url(chrome://browser/content/browser.xhtml)
-{
- #main-window,
- browser[type="content-primary"],
- browser[type="content"],
- tabbrowser#content,
- #content,
- browser[type="content"] > html
- {
- /*gruvbox*/
- /*background: #32302f !important;*/
- background: #353C4A !important;
- }
-}
-
/* Remove back, forward, and refresh buttons */
#back-button,
#forward-button,
@@ -37,6 +22,11 @@
#reader-mode-button { display: none !important; }
#translations-button { display: none !important; }
+/* Remove Context Menu Entries */
+#context-back, #context-take-screenshot, #context-forward, #context-reload, #context-stop, #context-bookmarkpage, #context-savepage, #context-pocket, #screenshots_mozilla_org_create-screenshot, #context-inspect, #context-sep-selectall, #context-selectall, #context-copylink, #context-copy, #context-viewsource, #context-viewinfo, #context-print-selection, #context-viewpartialsource-selection, #context-inspect-a11y, #context-openlinkintab, #context-openlink, #context-openlinkprivate, #context-bookmarklink, #context-savelink, #context-savelinktopocket, #context-copyimage-contents, #context-copyimage, #context-sendimage, #context-searchselect-private {
+ display: none !important;
+}
+
#statuspanel[type="overLink"] {opacity: 0 !important;}
#statuspanel {opacity: 0 !important;}
#statuspanel {display:none!important}