- Solved
- Archived
How select dictionary multiple to spell checking?
How spell check of text by 2 dictionaries without toggling dictionaries?
How spell check of text by 2 dictionaries without toggling dictionaries?
I'm trying to create a DOS batch file to clear the current profile's cache (web site data only, not cookies). I have it working fine using a hard-coded path of the exist… (read more)
I'm trying to create a DOS batch file to clear the current profile's cache (web site data only, not cookies). I have it working fine using a hard-coded path of the existing profile (I only have one profile), but I'd like it to remain viable in case a newer profile is created for whatever reason. Is there a way to retrieve the path into a variable?
Thank you!
I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. T… (read more)
I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. This happened around noon on Jan 11 2022. How do I change back to the previous color?
Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (read more)
Hi
Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.
Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update
@import url(userChrome-color_bookmark_folders_Proton89.css);
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top
/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css
@media (-moz-os-version: windows-win10){
}
position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
.titlebar-buttonbox-container{ left:0; right: unset !important; } }
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }
.titlebar-placeholder,
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }
/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */
/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */
position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }
order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }
/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;
width: 100vw !important; }
.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }
.tab-close-button { color: red!important; }
There are some browser games that are best played full screen, but I can't seem to find a way to keep the "helpful" menu from popping up over my game when the mouse hits … (read more)
There are some browser games that are best played full screen, but I can't seem to find a way to keep the "helpful" menu from popping up over my game when the mouse hits the top edge of the screen. The best I can do is not play full screen, and detach the tab of my game to minimize the amount of tabs visible (and clickable) but there are still these "landmines" on the screen that actively sabotage playing the game without having the handicap of firefox taking over and messing with the screen.
Is there any way to completely disable the popups from a fullscreen mode, show no toolbars, tabs, or anything else (except when exiting fullscreen mode via the keyboard.) I want the mouse to have no interaction with changing the display except for the game itself.
Playing http://slither.io is a good example of what I'm talking about.
Thanks!
CS
How to create a shortcut in order to launch the MOZILLA FIREFOX PROFILE MANAGER at Firefox startup?
As per this issue I reported a while back, I was experiencing odd issue with automatic redirect to HTTPS for some private development sites. I finally found a fix for th… (read more)
As per this issue I reported a while back, I was experiencing odd issue with automatic redirect to HTTPS for some private development sites.
I finally found a fix for the issue. The problem appears to be with DuckDuckGo Privacy Essentials Extension which apparently *may automatically redirect to the http site. In order to prevent this, I added my development sites to 'Unprotected Sites' and this prevented DuckDuckGo from doing the automatic redirect to https.
In summary, be wary of odd redirects and the DuckDuckGo Privacy Essentials extension if you are doing web development work.