aboutsummaryrefslogtreecommitdiff
path: root/userChrome.css
blob: 37e288fe57b37d01afb69e82e36cc5696dbfe48d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
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;
}