aboutsummaryrefslogtreecommitdiff
path: root/userChrome.css
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-07 04:31:54 +0300
committerawy <awy@tutamail.com>2024-08-07 04:31:54 +0300
commit8997b956fa94b0ba25df41b873b1bb86ab721127 (patch)
tree09b7c77c5c8b18da128811ffcf59d6ae466ad818 /userChrome.css
parent4d921d9066b156c5dcb93187e366b372592e59fe (diff)
css
Diffstat (limited to 'userChrome.css')
-rw-r--r--userChrome.css103
1 files changed, 103 insertions, 0 deletions
diff --git a/userChrome.css b/userChrome.css
new file mode 100644
index 0000000..37e288f
--- /dev/null
+++ b/userChrome.css
@@ -0,0 +1,103 @@
+/* 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}
+#statuspanel-label { display: none !important; }
+
+#unified-extensions-button:hover #unified-extensions-view,
+#unified-extensions-view:hover {
+ visibility: visible !important;
+ opacity: 1 !important;
+}
+
+/* Hide URL suggestions and other elements */
+#urlbar-results,
+#urlbar-go-button,
+#page-action-buttons,
+#identity-box,
+#tracking-protection-icon-container,
+#reader-mode-button-container {
+ display: none !important;
+}
+
+/* Hide "This time search with" suggestion */
+#urlbar-one-offs-header-label {
+ display: none !important;
+}
+
+/* Hide search engine symbols */
+#urlbar-engine-one-off-item,
+#urlbar-one-off-search-buttons {
+ display: none !important;
+}
+
+/* Disable one-off search */
+#urlbar[oneoffsearchfieldshidden] {
+ pointer-events: none !important;
+}
+
+/* Hide sidebar */
+#sidebar-box {
+ visibility: collapse !important;
+}
+
+/* Hide bottom status/ui bar */
+#status-bar {
+ visibility: collapse !important;
+}
+
+scrollbar {
+ -moz-appearance: none !important;
+ display: none !important;
+ width: 0px !important;
+ background-color: transparent !important;
+}
+
+scrollcorner {
+ -moz-appearance: none !important;
+ display: none !important;
+}
+
+*[id*="sep"], *[class*="sep"] {
+ display: none !important;
+}
+
+/* Remove back, forward, and refresh buttons */
+#back-button,
+#forward-button,
+#reload-button {
+ display: none !important;
+}
+
+/* Remove tab close button */
+.tab-close-button {
+ display: none !important;
+}
+
+/* Remove new tab button */
+#tabs-newtab-button {
+ display: none !important;
+}
+
+.titlebar-buttonbox-container {
+ display: none !important;
+}
+
+#stop-button {
+ display: none !important;
+}
+
+#customizableui-special-spring1,
+#customizableui-special-spring2 {
+ display: none !important;
+}
+
+.search-one-offs {
+ display: none !important;
+ height: 0 !important;
+ overflow: hidden !important;
+}