commit 41323ccbed4a095beec83ad885661a6d0f28ea27
parent 9031d22b2cd217d4943ca7e4fdabdd8cf01f63a1
Author: awy <awy@awy.one>
Date: Fri, 16 May 2025 02:15:46 +0300
return copy link
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/userChrome.css b/userChrome.css
@@ -690,7 +690,7 @@ notification-message {
#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 {
+#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-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;
}