I cannot get the Flash Player Settings Manager to work! HOW do I do this?
I have enabled flash on the Flash Player Settings Manager. When I go to the site and try to access the controls, they do not populate with information completely. It wo… (read more)
I have enabled flash on the Flash Player Settings Manager. When I go to the site and try to access the controls, they do not populate with information completely. It works on every other browser but Firefox, so it must be a Flash issue with firefox. I'm using Firefox 65.0.2 64-bit on Windows 7.
Thanks for any suggestions!
Firefox v65.0.2 - video downloadhelper 7.3.5 does not work on most sites now, only Youtube
Video DownloadHelper 7.3.5 no longer detects videos ("No media to process in the current tab.") at several websites where I've downloaded from previously with no problem.… (read more)
Video DownloadHelper 7.3.5 no longer detects videos ("No media to process in the current tab.") at several websites where I've downloaded from previously with no problem. So far VDH recognizes only YouTube. I'm using Firefox 65.0.2 (64-bit) (updated today, 3.7.2019). The companion app: VdhCoApp 1.2.4 is installed. It's really disheartening. How do I fix this, please?
Your connection is not secure HTTP Strict Transport Security (HSTS)
After I updated to v65.0 (x64), all webpages (except Yahoo) gave me: "Your connection is not secure. This site uses HTTP Strict Transport Security (HSTS) to specify that… (read more)
After I updated to v65.0 (x64), all webpages (except Yahoo) gave me: "Your connection is not secure. This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox may only connect to it securely. As a result, it is not possible to add an exception for this certificate."
I read about changing the "security.enterprise_roots.enabled" value to "true" rather than the default "false" and this works, but I am afraid of future consequences.
I am using the following extensions in my Firefox installation: uBlock Origin, Disconnect
Operating system: Windows 7 Javascript enabled: Yes Cookies enabled: Yes Flash version: 32.0.0 Java version: Not installed Websockets supported: Yes Your full user agent string is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Is the light theme broken in version 65?
After updating to version 65.0 the built-in light theme seems broken. I can activate the theme, but FF only shows the default theme. Dark (and default) theme is functioni… (read more)
After updating to version 65.0 the built-in light theme seems broken. I can activate the theme, but FF only shows the default theme. Dark (and default) theme is functioning as normal.
Update: I read some people have problems with Dark Theme as well after updating to version 65. It seems Windows colour settings now override Firefox theme settings in inactive tabs, menu and title bar.
Any way to fix this?
Would be thankful for advise.
Suspicious "Firefox Survey" / no Mozilla ID .. 3 inane questions, & I "won" a Free iPhone .. Asked my Credit Card # to pay $1 Delivery fee .. SVP investigate
This apparent " Firefox Survey " is Highly Suspicious .. Asking only 3 Inane Questions, like How Much I use Firefox .. Do I use any Others .. How Satisfied am I ? .. T… (read more)
This apparent " Firefox Survey " is Highly Suspicious .. Asking only 3 Inane Questions, like How Much I use Firefox .. Do I use any Others .. How Satisfied am I ? .. Then awards me a Free iPhone X, beside a display of supposed Countless Emails expressing joy & gratitude for this wonderful Gift, which came So Quickly by mail .. Then asks me for my Id / Address, e-mail, & Credit Card info .. Requesting I Authorize a $ 1.oo Payment, to cover Shipping. It's a 99.9 % PROBABILITY, THIS is a SCAM: NO MOZILLA ID in survey .. INANE questions, useless for Marketing .. a Free iPhone is Won every 60 seconds by Everyone ? .. Since when can we Ship Securely an iPhone, for only $ 1.oo ? . I'VE BEEN BURNED BEFORE .. Once you Authorize a Credit Card payment, the "VENDOR" CAN DEBIT YOUR ACCOUNT ANY AMOUNT THEY WISH .. & your funds can go straight to some Secret Account in Central China or Timbuktu. YOU MAY OR MAY NOT BE ABLE TO GET YOUR MONEY BACK .. or YOU MAY STRUGGLE FOR MONTHS, TO RECOVER YOUR STOLEN IDENTITY. Please: Do not Authorize any payment to a "Vendor" you do not know for sure is legit. NO MOZILLA ID ? .. Forget it ! .. Report Suspicious Activity .. Be alert for Red Flags: If it seems Too Good to be True, then it probably is .. a CON JOB !
Con Artists prey on our Material Dreams & Desires .. especially our Impatience to Get Ahead .. Seducing people to take a Unreasonable Leaps of Faith. If an offer SEEMS UNREASONABLE, & you Can't VERIFY the VENDOR 100 % .. please .. MAKE LIKE A TREE & LEAVE .. So you can sleep well tonight ! .. " In returning & rest you shall be Saved .. In quietness & confidence shall be your Strength .. & You would Not " .. Isaiah 30:15 .. Please Pause : Take a deep breath. Meditate a moment .. pray for Wisdom .. be prepared to wait .. or Run !
How do I move the tabs on bottom (directly above webpage) and while Private Browsing ? FF65
Basically Firefox 65 rolled up and brought back the tabs on top and broke the css. I want the tabs to be right above the webpage. Like this: https://imgur.com/v6byBhV I c… (read more)
Basically Firefox 65 rolled up and brought back the tabs on top and broke the css. I want the tabs to be right above the webpage. Like this: https://imgur.com/v6byBhV
I currently have a css code I found that I'm using to achieve that result:
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
I don't know what's important and what isn't, so I haven't touched it much.
The problem though is that in Private Browsing it gets messed up. Here's what I mean: https://imgur.com/PQ8ZjVp I have 2 tabs opened there.
(Also I just noticed how Youtube's search bar doesn't appear, that's because it has been moved slightly off the of where I cropped the screenshot. Not the code's fault since I tried without it. Private browsing caused that which makes me question what else changes)
After some searching I found this code:
#TabsToolbar:not([inFullscreen="true"]) > .private-browsing-indicator {
position: absolute !important;
right: 0;
bottom: 1px;
}
But then that introduces this problem: https://imgur.com/kO5w538 the Private Browsing icon overlaps with the "open a new tab" icon or the "List all tabs" icon if there are too many tabs open. That makes me believe that at some point, the mask icon was detached or something.
I would appreciate some help for either a new code for moving the tabs to the bottom, or fixing the Private Browsing tab.
Here are all the images in a single post https://imgur.com/a/5a7e0fV .
Unable to get tabs below bookmarks in Firefox 65 even with new userChrome.css file in profiles folder as well as in defaul profile folder.
After updating to Firefox 65 the tabs went back to the top. I want tabs below the bookmarks. I have tried placing several new userChrome.css files in both the chrome fol… (read more)
After updating to Firefox 65 the tabs went back to the top. I want tabs below the bookmarks. I have tried placing several new userChrome.css files in both the chrome folder located in Profiles and also a chrome folder located in my default profile. Neither seems to do the job.
What am I missing?
The last userChrome.css file is as follows: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* TABS: on bottom */
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
- TabsToolbar {-moz-box-ordinal-group:1000!important}
- TabsToolbar {
position: absolute !important; bottom: 0 !important; width: 100vw !important;
}
- tabbrowser-tabs {
width: 100vw !important;
}
- main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
- root {
--tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 27px !important; /* adjust to suit your needs */
}
- root #tabbrowser-tabs {
--tab-min-height: 27px !important; /* needs to be the same as above under :root */ --tab-min-width: 80px !important;
}
- TabsToolbar {
height: var(--tab-min-height) !important; margin-bottom: 1px !important; box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
}
- tabbrowser-tabs,
- tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important;
}
/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
width: 40px;
}
/* Override vertical shifts when moving a tab */
- navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
padding-bottom: unset !important;
}
- navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset !important; margin-bottom: unset !important;
}
- navigator-toolbox[movingtab] > #nav-bar {
margin-top: unset !important;
}
The download page for the 64bit version of Firefox for Windows 10 gives the error SSL_ERROR_RX_RECORD_TOO_LONG in Firefox v 65.0 32 bit.
I'm using the 32 bit version of Firefox on a 64 bit ASUS Windows 10 laptop and there is no Flash plug-in. I thought to try switching to the 64 bit version, but I get the … (read more)
I'm using the 32 bit version of Firefox on a 64 bit ASUS Windows 10 laptop and there is no Flash plug-in. I thought to try switching to the 64 bit version, but I get the above Network Protocol error message when trying to open the page https://download-installer.cdn.mozilla.net/pub/firefox/releases/65.0.1/win64/en-US/Firefox Setup 65.0.1.exe
Thanks
Fx 65 and a css problem
Earlier today 31st Jan 2019 (UK time) Firefox updated and for the most part it's still okay. I hate with a passion Tabs on top, so last year I copied and pasted from some… (read more)
Earlier today 31st Jan 2019 (UK time) Firefox updated and for the most part it's still okay.
I hate with a passion Tabs on top, so last year I copied and pasted from someone... a bit of css into my ...Profile chrome\userChrome.css file from where it has done the business (Tabs below all the toolbars) intil this 65 update.
Now it is back up-top underneath the Menu bar, and I really don't like or want it there. :-(
Other snippets of script in the userChrome.css file are still working okay.
I've taken this particular userChrome.css file and put it in two other Fx installs (Two different computers) running 64.0.2 and the tab script works okay so it has to be some coding changes in Fx 65.
Q1) Is this a Moz plot to stop us Users configuring the UI? ;-)
Q2) Maybe it's just a coding blip and will be put right in the next release?
Q3) Whatever... Anyone have thoughts about how I can fix this annoyance.
Thanks Davez
Nb: It's worth noting, personally I couldn't write a bit of script to save my life... :-(
Where do I find the Tools menu?
In fact, the menu line isn't there at all. Only "the quick links" at the top of the page.
AppData\Local\Mozilla\Firefox\Profiles
I see a file pathon my computer that reads C:\Users\stans\AppData\Local\Mozilla\Firefox\Profiles\o3wolff5.default-1533932994367\cache2\entries What does o3wolff5 mean? Is… (read more)
I see a file pathon my computer that reads C:\Users\stans\AppData\Local\Mozilla\Firefox\Profiles\o3wolff5.default-1533932994367\cache2\entries What does o3wolff5 mean? Is this a user I am not aware of? Thanks for your help.
Why am I not able to watch my xfinity tv and movies thru your web browser? I am having to use Google Chrome to access my tv channels/On Demand recorded movies.
If I set-up Adobe Flash Player to run with Mozilla will that solve the question above? If so, please tell me the steps to take. Thanks.
in firefox 65 64 bit STOP VIDEO FROM AUTOMATCALLY PLAYING VERY ANNYOYING
I cannot stop videos from automatically playing when I click on an article to read when there is a video available to play. It just starts playing If this is not corre… (read more)
I cannot stop videos from automatically playing when I click on an article to read when there is a video available to play. It just starts playing If this is not corrected I am not using Firefox anylonger.
How can I get rid of moz-extension tab when I open Firefox?
When I open Firefox which has Bing as my home page, a second tab opens at the same time moz-extension://c0e161a1-9167-4c3e-a8cc-38e5dba6b027/newtab/newtab.html. How do I … (read more)
When I open Firefox which has Bing as my home page, a second tab opens at the same time moz-extension://c0e161a1-9167-4c3e-a8cc-38e5dba6b027/newtab/newtab.html. How do I stop this second tab from opening?
DARK MODE I NEED DARK MODE NOTHING WORKS HELPPP
i need dark mode for firefox, no themes work, the built in dark theme option doesn't work, sure darkreader works for non-firefox websites but not for firefox protected we… (read more)
i need dark mode for firefox, no themes work, the built in dark theme option doesn't work, sure darkreader works for non-firefox websites but not for firefox protected websites and they're all light mode with no dark mode
i was gonna switch to firefox but if there is no darkmode i am not gonna use it
How do I block ads?
Ad blocking used to be automatic, now when I visit various sites I get ads plastered all over, some of them flashing and very annoying.
Updated to version 65.0.1. All bookmarks erased when restarted and bookmark backups will not load, so how do I restore my bookmarks?
Updated to version 65.0.1. All bookmarks erased when restarted and bookmark backups will not load, so how do I restore my bookmarks? Firefox upgraded to version 65.0.1 (3… (read more)
Updated to version 65.0.1. All bookmarks erased when restarted and bookmark backups will not load, so how do I restore my bookmarks?
Firefox upgraded to version 65.0.1 (32-bit) and when I reopened it after the upgrade, every bookmark on my Win10 PC has been erased.
Built up over 8 years of only ever using Firefox, there were a couple of thousand bookmarks. Following the upgrade, every single one of them has been deleted and even though I have a dozen or so backups listed as available to be restored but none of them work.
Instead of the expected restore, I receive this message when I try to load the backup file: Unable to process the backup file.
In other words, the latest update erased every bookmark from the sidebar, and despite there being a backup file, I cannot load it so I have now lost every site link I had saved, and there is no way to restore them because Firefox cannot read the backup file.
So the question is: Where can I find my bookmarks and how do I restore them?
Firefox 65.0.1 won't open links in tabs
I've selected the option to Open links in tabs instead of new windows. That option worked until today. Restarting the browser doesn't help. Thanks.
How do I disable suggestions below URL address bar as I type?
I unchecked everything in address bar suggestions in the privacy settings. Went into the search settings and unchecked provide search suggestions as well. I tried to el… (read more)
I unchecked everything in address bar suggestions in the privacy settings. Went into the search settings and unchecked provide search suggestions as well. I tried to eliminate all search engines for "One Click Search Engines" but wasn't allowed to eliminate all of them. Also went in about:config and set to false the autofill and autocomplete for firefox URL browser lines. The "awesome bar" still mirrors everything below the address bar that I type in the URL address bar. This is new to version 65 and annoying.
WHAT IS FIREFOX LOCKBOX?
I'm not sure what firefox lockbox is. Is it for securing passwords? Would appreciate any help. Thanks!