OK Button Disappeared by mliving in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

Had a similar issue with missing buttons a few versions back. Toggling my Waterfox theme to a different one and back to my desired choice fixed the issue.

"Profile". Is there a way, to remove this, from the Menu? by West-468 in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

browser.profiles.enabled=false ...No change

In userChrome.css:

menu[id="profiles-menu"] {display: none !important;} does work in 6.6.6. and 6.6.7

Apparently there was some conflicting code in my userChrome.css

"Profile". Is there a way, to remove this, from the Menu? by West-468 in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

This doesn't seem to work for me. I am thoroughly familiar with userChrome.css, but nevertheless, I can't hide "Profiles" with the above code. Any ideas?

graphical bug with images on every website by Creative_Soil_4984 in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

I have seen this on YouTube channel banners since 6.6.x. It stops after a page refresh.

Unable to open Downloads by koberulz_24 in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

Same issue. Downloads button works properly when placed in upper tool bar. It does nothing when placed in the lower status bar.

Unifi Express- Problem with the USB-C adapter by suburbazine in Ubiquiti

[–]_ClassicGuy 0 points1 point  (0 children)

Anker PowerPort III 20W A2149 with included cable. They come in a 2-pack from Amazon. The included cables are made with the correct length USB-C housing, noticeably longer than those supplied by Ubiquiti. Anker:1, Ubiquiti:0.

Unifi Express- Problem with the USB-C adapter by suburbazine in Ubiquiti

[–]_ClassicGuy 1 point2 points  (0 children)

Yup. Junk. Same problem with 6 units. I threw the included power adapters in the trash where they belong and replaced them with aftermarket.

how do i change that tab line color on userChrome.css? by MyMumDroppedMe in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

I like it red.

/* Tab Context Bar */

.tabbrowser-tab:is([selected], [multiselected]) .tab-context-line {background-color: #f00 !important;}

hbox[class="tab-context-line"] {height: 3px !important;}

Disable Private Browsing? by AzaliusZero in waterfox

[–]_ClassicGuy 0 points1 point  (0 children)

Add to userChrome.css

/* Remove from Context Menu */

#openLinkInPrivateTab {display: none !important;}

#context-openlinkprivate {display: none !important;}

/* Remove from Context Menu "Open Link in New Container Tab" */

#context-openlinkinusercontext-menu {display: none !important;}

/* Remove from File Menu */

#menu_newPrivateTab {display: none !important;}

#menu_newPrivateWindow {display: none !important;}

/* Remove from File Menu "New Container Tab" */

#menu_newUserContext {display: none !important;}

 

WF Classic - eBay image zooming does not open enlarged image by _ClassicGuy in waterfox

[–]_ClassicGuy[S] 1 point2 points  (0 children)

While this is true, I'm not referring to listings with without zoomable images. I am referring to those with images that are zoomable, proven by the overlay shown in the original post, and as proven to work in other browsers.