Firefox adds a char(10) to cell content under repeatable conditions in google sheets. Does not happen with chrome.
This was first reported here original post and verified by Mchall and me. The issue arises with the following steps find a cell with text (not formula) place the cu… (read more)
This was first reported here original post and verified by Mchall and me.
The issue arises with the following steps
find a cell with text (not formula) place the cursor in the edit line (formula bar) backspace to remove all of the text type in new text hit enter
A new line, char(10) is inserted after the text. Confirmed with a find function.
It did this with Firefox but not Chrome. Reported in Google sheets forum title "Why are line breaks being added to cells randomly" Can't see how to add link here.
Cannot play any Videos from below Link but youtube Works
Hi there i cannot play any Stream video from this https://www.hotstar.com/in/movies/languages/tamil but you tube works. movies from that site used to work just couple of … (read more)
Hi there
i cannot play any Stream video from this https://www.hotstar.com/in/movies/languages/tamil
but you tube works. movies from that site used to work just couple of days is been not working and iam getting error on Web Dev -> Console but i don't know what they are
i tired Safe Mode tired Disabling Firewall & Anti Virus tired other FF Version all same but same link videos are working fine on Edge and Chrome
WEB DEV ---> Console
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://secure-media.hotstar.com/web-assets/prod/seo/watch_page.json. (Reason: CORS request did not succeed). Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://persona.hotstar.com/v1/users/345bf688762c49e9b8e34608ee5a4b3c/trays/watchlist?meta=true&limit=200. (Reason: CORS request did not succeed). 2 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://segment.hotstar.com/production/getusersegment?c12Id=…45bf688762c49e9b8e34608ee5a4b3c&platform=web&data_asn=133296. (Reason: CORS request did not succeed). 2 TypeError: e.map is not a function common-chunk-main.0.255339115adcbfcea422.js:1:425831 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://persona.hotstar.com/v1/users/345bf688762c49e9b8e3460…b3c/preferences/continue-watching?item_id=1260013705&size=20. (Reason: CORS request did not succeed). Error while fetching Continue watching tray from persona Object { httpStatus: -1, isError: true, error: TypeError, errorType: "network" } main.7ed840a0652ca49d75b7.js:1:15563 Failed to parse Continue watching tray from persona: Object { } main.7ed840a0652ca49d75b7.js:1:15563 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://persona.hotstar.com/v1/users/345bf688762c49e9b8e3460…b3c/preferences/continue-watching?item_id=1260013705&size=20. (Reason: CORS request did not succeed). An invalid or illegal string was specified main.7ed840a0652ca49d75b7.js:1:15563 The script from “https://secure-media.hotstar.com/segment-sdk/prod/bifrost.min.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type. watch Loading failed for the <script> with source “https://secure-media.hotstar.com/segment-sdk/prod/bifrost.min.js”. watch:1:1 The resource from “https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id…star.com%2Fin%2Fmovies%2Fsabash-gowtham%2F1260013705%2Fwatch” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). watch Loading failed for the <script> with source “https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id…star.com%2Fin%2Fmovies%2Fsabash-gowtham%2F1260013705%2Fwatch”. watch:1:1 An invalid or illegal string was specified main.7ed840a0652ca49d75b7.js:1:15563
Firefox crashed and reopened completely different. No saved book marks. No saved passwords. How do I restore?
Did they COMPLETELY redo Firefox and not bother to warn us? "Alert! Save out your bookmarks" It looks totally different and I now have to log into a Firefox account?!? an… (read more)
Did they COMPLETELY redo Firefox and not bother to warn us? "Alert! Save out your bookmarks" It looks totally different and I now have to log into a Firefox account?!? and select a profile?!?
Firefox Gaming Browser? Sometime?
Will be?
After upgrade to firefox 71 I can only open links from some applications
I'm on Fedora 31. Firefox was recently upgraded to 71.0 and I find a weird pattern in trying to open links from applications - possibly related to Slack: If firefox was i… (read more)
I'm on Fedora 31. Firefox was recently upgraded to 71.0 and I find a weird pattern in trying to open links from applications - possibly related to Slack:
If firefox was initially opened following a link from Slack, I can open other links from Slack, but trying to follow links from other applications (IBM Lotus Notes, or running "firefox URL" from a terminal window) fails with a "Firefox is already running" message.
If I open firefox from the desktop applications menu, the reverse happens. I can open links from Notes and a terminal, but following links from Slack fails.
I tried reinstalling firefox and slack with no success. Today I tried going back to an earlier version - firefox-70.0.1-4.fc30.x86_64.rpm - and everything seems to be okay.
It seems like something changed in firefox 71 that doesn't play well with Slack.
FF 71 again broke tabs and menu bars!
As in the topic, FF updated broke everything. Fortunately, I managed to get it somewhat working again but there are new problems. My menu bar now is under bookmarks and s… (read more)
As in the topic, FF updated broke everything. Fortunately, I managed to get it somewhat working again but there are new problems. My menu bar now is under bookmarks and some weird empty bar showed up under my tabs. HOW TO FIX IT?! HELP!
my userChrome.css config
/* Firefox Quantum userChrome.css tweaks ********************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/ /* Github: https://github.com/aris-t2/customcssforfx ********************************************/ /************************************************************************************************/
/************************************************************************************************/ /* Custom CSS for Firefox 60+ *******************************************************************/ /* version 2.4.0 ********************************************************************************/ /************************************************************************************************/
/*************************************************************************************************
- /
/************************************************************************************************/ /* CONFIGURATION FILES - edit target files to change general values *****************************/ /************************************************************************************************/
/* GENERAL VARIABLES ****************************************************************************/ /* [!] set global variables for font and tab size options and more inside target file ***********/ @import "./config/general_variables.css"; /**/
/* COLOR VARIABLES FOR DEFAULT BROWSER THEME ONLY - MAIN UI - [only use one at a time] **********/ /* [!] set own colors for tabs & toolbars inside 'color_variables.css' or use available presets */ /* [!] 'about:config > ui.systemUsesDarkTheme > 0' might be required in some cases **************/ /* [!] enabled 'menubar_color.css' and 'statusbar_color.css' might be required in some cases ****/ @import "./config/color_variables.css"; /**/ /* <- default 'grey' colors */ /* @import "./config/color_variables_aero.css"; /**/ /* <- 'AeroBlue' colors (Win 7 Aero) */ /* @import "./config/color_variables_classic-grey.css"; /**/ /* <- 'classic grey' colors (Win Classic) */ /* @import "./config/color_variables_fx3.css"; /**/ /* <- 'Firefox 3-like' blueish colors */ /* @import "./config/color_variables_transparent.css"; /**/ /* <- (semi-)'transparent' colors */ /* @import "./config/color_variables_aeroglass.css"; /**/ /* <- 'AeroGlass' colors / Win10+Glass8 fix can be found in 'toolbars' area */ /* @import "./config/color_variables_deved.css"; /**/ /* <- based on 'Developer Edition' colors */ /* @import "./config/color_variables_noia4_grey.css"; /**/ /* <- based on 'Noia 4 themes' grey colors */ /* @import "./config/color_variables_noia4_lightgrey.css"; /**/ /* <- based on 'Noia 4 themes' lightgrey colors */ /* @import "./config/color_variables_noia4_dark.css"; /**/ /* <- based on 'Noia 4 themes' dark colors */
/* Darker "Dark" default theme - [only use one at a time] ***************************************/ /* @import "./css/toolbars/default_dark_theme_darker.css"; /**/ /* @import "./css/toolbars/default_dark_theme_darker_v2.css"; /**/
/* CUSTOM SCROLLBARS VARIABLES (Firefox 63+ only) - EXPERIMENTAL ********************************/ /* [!] Might not work on every page! This issue is for Mozilla to solve. ************************/ /* [!] not compatible with custom scrollbar JavaScipt userChrome scripts ************************/ /* [!] custom size values only compatible with 'web content' scrollbars at the moment ***********/ /* [!] more info inside 'custom_scrollbar_appearance.css' file **********************************/ /* @import "./config/custom_scrollbar_appearance.css"; /**/ /* <--- EXPERIMENTAL */
/************************************************************************************************/
/* TOOLBAR BUTTONS ******************************************************************************/
/************************************************************************************************/
/* navigation toolbar buttons appearance - [only use one at a time] *****************************/ @import "./css/buttons/buttons_on_navbar_classic_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_classic_appearance_v2.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_windows_classic_theme_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_glass_appearance.css"; /* <--- good for Dark themes */ /* @import "./css/buttons/buttons_on_navbar_osx_appearance.css"; /**/
/* navigation toolbar buttons - button roundness (edit file to set different roundness) *********/ /* @import "./css/buttons/buttons_on_navbar_button_roundness.css"; /**/
/* squared buttons / button size - [only use one at a time] *************************************/ /* "rectangular shape" - normal size ************************************************************/ /* @import "./css/buttons/buttons_on_navbar_squared_buttons.css"; /**/ /* "normal shape" - large size (huge 48x48px buttons with 36x36px icons) ************************/ /* [!] not compatible with 'custom icon' options ************************************************/ /* [!] not compatible with 'custom back & forward buttons' appearance options *******************/ /* [!] not compatible with 'text mode' option ***************************************************/ /* [!] partly compatible with 'icons+text' option, if in 'compact mode' *************************/ /* @import "./css/buttons/buttons_on_navbar_huge_48px_size.css"; /
Problem with enabling two-step authentication for Firefox
I have tried to enable two-step authentication for Firefox using Authy 2-factor Authentication app for several times, but to no avail. Prior to trying to enable it for Fi… (read more)
I have tried to enable two-step authentication for Firefox using Authy 2-factor Authentication app for several times, but to no avail. Prior to trying to enable it for Firefox, I succesfully enabled two-factor authentication for my Facebook, Google and Microsoft accounts. After trying it for Firefox, I also did it for my PayPal account, so the Authy app doesn't seem to be the problem here. I tried typing the six numbers with and without space in between and multiple times in two consecutive days, bot nothing seems to work. I read the QR code succesfully and added Firefox on Authy, but the code just always seems to be incorrect (I'm not sure how to translate it in english, I am using Firefox in Finnish, see the attached image). I censored all the codes in the image.
I would really like to get this to work, as two-step authentication seems to be a good way to make my account a lot more secure.
Firefox latest update version 71.0 brokes a few add-ons
so I had to update to latest version of the Firefox web-browser and as of sudden some of my extensions in my Firefox web browser version 71.0 are no longer working , othe… (read more)
so I had to update to latest version of the Firefox web-browser and as of sudden some of my extensions in my Firefox web browser version 71.0 are no longer working , others add-ones are errors out and becoming unusable and I really not like that because of latest Firefox update were been pushed to the users .
I am using another web-browser which is based on Firefox web browser . I use the latest version of that web-browser and I had no any problems with all extensions are already installed ! in meanwhile how do I can to resolve this if it can be fix or not just lets see how we can go with :)
IT guy changed my password without getting a recovery key; info still exists on two other computers
I'm trying to switch to a new desktop. IT guy claimed to be a Firefox expert, but, when my password didn't work, he changed it without getting a recovery key. My old setu… (read more)
I'm trying to switch to a new desktop. IT guy claimed to be a Firefox expert, but, when my password didn't work, he changed it without getting a recovery key. My old setup still exists on my old desktop and my laptop. Is there any way to save what's on either of those two computers so that I'm not starting from zero? I have literally been brought to tears at the thought of saving all those bookmarks and passwords manually. Any help would be deeply appreciated!
Firefox Enhanced Tracking Protection doesn't seem to be working
I was reading an article on Sophos about Firefox and how it is protecting our privacy https://nakedsecurity.sophos.com/2019/11/27/firefox-gets-tough-on-tracking-tricks-th… (read more)
I was reading an article on Sophos about Firefox and how it is protecting our privacy
In the comments it listed 3 sites to check how unique your browser is: https://www.deviceinfo.me – Device Info https://panopticlick.eff.org – Panopticlick https://amiunique.org – AmIUnique
I have Fingerprinters checked to be blocked but on all these sites it still was able to uniquely ID my browser. I thought I had the options set pretty well to lock it down but it doesn't seem that way. Is something not working right or ???
Thanks
Can't clear or delete Firefox history
Hello, when I go to History -> All history -> Website page and try to delete or forget it, nothing works, all pages remain. I have 67.0.1 version, any tips how to f… (read more)
Hello, when I go to History -> All history -> Website page and try to delete or forget it, nothing works, all pages remain. I have 67.0.1 version, any tips how to fix this issue?
Why does U.S. Government estimated tax site no longer accept Firefox security?
https://www.eftps.gov/eftps/direct/SessionExpiredPage.page no longer accepts Firefox latest level security. How do I enable security protocols TLS 1.1 or TLS 1.2 … (read more)
https://www.eftps.gov/eftps/direct/SessionExpiredPage.page no longer accepts Firefox latest level security. How do I enable security protocols TLS 1.1 or TLS 1.2
A url bar suggestion won't go away even after deleting...
Even after deleting all history, I'm still getting an auto suggestion http://parent=menu_____&parent=unfiled&parent=toolbar___&querytype=1&sort=12&ma… (read more)
Even after deleting all history, I'm still getting an auto suggestion
http://parent=menu_____&parent=unfiled&parent=toolbar___&querytype=1&sort=12&maxresults=10&excludequeries=1/
whenever I type in "p" into the url bar. I have no idea why this is happening. I'd like for the auto completes for other sites I visit to stay, so setting autofill to false is not an option (although that fixes the issue).
Firefox won't start after 6/21 update and causes crash in win 10
Firefox won't start after 6/21 update and causes crash in win 10. Opening causes "Do you want to allow this app to make changes to your computer?" prompt. If I allow, F… (read more)
Firefox won't start after 6/21 update and causes crash in win 10. Opening causes "Do you want to allow this app to make changes to your computer?" prompt. If I allow, FF does not open, Win slows and will crash. Trying to access/change Firefox profile or open FF in Safe mode does the same, so I cannot access these.
Too many processes, does not respond to setting!
I DON'T want 8 Firefox processes right from the start! And I CERTAINLY don't want 4 of them when I have set the limit to ONE!! I have also checked the dom.ipc.processCoun… (read more)
I DON'T want 8 Firefox processes right from the start! And I CERTAINLY don't want 4 of them when I have set the limit to ONE!!
I have also checked the dom.ipc.processCount which IS set to one. Firefox 68.0.
A particular site blocks port 443 access using version 60+ but not using version 59
If I use FF version 63 (64 bit) the particular site server blocks blocks access. If I use FF version 59 (32 bit) I can get access. I have used the site before (Q4 2018) … (read more)
If I use FF version 63 (64 bit) the particular site server blocks blocks access. If I use FF version 59 (32 bit) I can get access. I have used the site before (Q4 2018) for shopping. Is this a 32/64 bit problem or a version problem? Suggestions how to fix please.
I'm using a new Mac laptop and signing into Firefox for my favs. Firefox is making me sign in each time I load it. How do I stay logged in?
I want to stay logged into Firefox. Each time I load Firefox, it's asking me to sign in. I then have to hit home to get my homes pages. I don't want to have to log into F… (read more)
I want to stay logged into Firefox. Each time I load Firefox, it's asking me to sign in. I then have to hit home to get my homes pages. I don't want to have to log into FF each time.
Add names to existing group e-list?
Want to add new contact to an existing e-list
I am getting a new PC. How do I transfer all of the saved passwords (and bookmarks) in my Firefox browser to install on my new machine?
We are moving from a WIndows 7 machine to a WIndows 10 machine. I want all of the saved information in my Firefox browser (saved passwords and bookmarks) to be installed… (read more)
We are moving from a WIndows 7 machine to a WIndows 10 machine. I want all of the saved information in my Firefox browser (saved passwords and bookmarks) to be installed on my new machine. How do I accomplish this? Thanks!