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
Switching FF-Profilges from computers with current firefox versions to computers with older ESR Firefox using --allow-downgrade not working all the time
We are currently using the Newest Firefox (Without ESR) on our current, older computers (Windows 7 and 10). Now we have to Switch to New Computers provided from our manag… (read more)
We are currently using the Newest Firefox (Without ESR) on our current, older computers (Windows 7 and 10). Now we have to Switch to New Computers provided from our management-company with an older ESR-Firefox 68.2. Sometime running firefox --allow-downgrade works, somtimes not. This is a big Problem because a lot of passwords are saved in the profiles and the "new" passwort page makes it very complikated to simply take some Screenshots of the Passwords to a new computer. Mozilla Sync Profiles are not Allowed in Our company. Do you have some helpfull advise for this situation? We startet with 10 Computers hand started running into these Problems, but there are litarelly a few hundreds more we have to migrate!
Why does the search bar keep jumping
I use bing for my search engine in Firefox. When I begin to type, the search bar keeps jumping. What might be the solution to this oddity?
google analytics removal
i have issue with google analytics in firefox, how did it get there in the 1st place, i do not use anything to do with google what so ever, i read that version 70.0.1 rem… (read more)
i have issue with google analytics in firefox, how did it get there in the 1st place, i do not use anything to do with google what so ever, i read that version 70.0.1 removes google analytics but thats not true as my version of firefox is 70.0.1 and still have google it
I want fill PDF forms inside firefox witout opening Acrobat or Acrobat reader. Error This PDF document contains forms. The filling of form fields is not support
I want to open this form https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/rc4288/rc4288-fill-19e.pdf and others similar to it inside of Firefox and be able to fil… (read more)
I want to open this form https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/rc4288/rc4288-fill-19e.pdf and others similar to it inside of Firefox and be able to fill the forms without opening another Acrobat or Acrobat Reader Window.. I have a client who swears he can do it and was doing it last week, but I can not make it work Please help Windows 10 fully updated, Firefox 70.0.1 (64-bit)
FireFox does not carry forward the purchase details from a vendor account to my Paypal account
As a result I cannot pay the vendor
Is there a plugin to allow Citrix Receiver or Citrix Workspace to work with Firefox on a Windows 10 computer?
Without a plugin, the Citrix EMR viewer comes up which does not work. Past versions of Firefox had Citrix plugins.
BroadcastChannel.onmessage not working in firefox
I need to share some information between 2 tabs of the same browser pointing at the same site. I'm using the BroadcastChannel.onmessage event handler as detailed here: ht… (read more)
I need to share some information between 2 tabs of the same browser pointing at the same site. I'm using the BroadcastChannel.onmessage event handler as detailed here: https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel/onmessage
In the sender tab javascript code I defined:
var bc = new BroadcastChannel('my_bc_channel');
bc.postMessage(i); //where i is simply the line number i want to share
And in the receiving tab:
var bc = new BroadcastChannel('my_bc_channel');
//then use this to receive the incoming messages:
bc.onmessage = function (ev) {
last_line = ev.data
}
My code works fine in Chrome, but it does not do anything in Firefox (latest version 70 freshly installed under windows). The compatibility chart in the link I gave above says it should be working from Firefox version 38.
The thing is, I'm not sure how to debug this. I don't have any error messages in the console. I don't know if it's the sender code that does not send anything. But clearly the receiving code is not triggered so I guess the .onmessage event is not detected. Where can I see in the javascript console if the message is sent ?
firefox quantum 70.0, how to change to black loading page?
hi, currently when i open up a new webpage, there is a white loading screen. i have the dark theme, so its pretty jarring. ive been editing my chrome files but.... to no… (read more)
hi, currently when i open up a new webpage, there is a white loading screen. i have the dark theme, so its pretty jarring. ive been editing my chrome files but.... to no avail.
i have a userChrome.css with the following...
tabbrowser tabpanels { background-color: rgb(19,19,20) !important; } browser { background-color: #131314 !important; }
and userContent.css with the following...
@-moz-document url(about:blank) { html { background-color: rgb(19,19,20) !important; } } @-moz-document url-prefix(about:blank) { * { background-color: rgb(19,19,20); } }
am i doing something wrong?
does quantum ignore my chrome files?
thanks
One of my saved login/pw was gone this morning, it just disappeared. Does anyone know how that could happen?
login and password disappeared, just ONE, it appeared all others were still there. I didn't delete it and I use it regularly. When i went to login to the website i usua… (read more)
login and password disappeared, just ONE, it appeared all others were still there. I didn't delete it and I use it regularly. When i went to login to the website i usually do, it didn't show up, so i went Saved logins and passwords and it was just gone.
I have "restore previous session" and "remember history" checked in settings, but when I start up my computer, Firefox doesn't restore my previous session
This is sort of a saga, but I'd rather give too much information than too little. I just got a new Windows 10 computer (Dell Inspiron 15 15000) and transferred all my stu… (read more)
This is sort of a saga, but I'd rather give too much information than too little.
I just got a new Windows 10 computer (Dell Inspiron 15 15000) and transferred all my stuff including firefox with all the tabs I had open.
I usually have lots of tabs open, and I opened all the tabs on my new computer that I had had on the old one. For some reason I can't recall, I ended up with one window with one tab, and one window with all the tabs I'd had open on my old machine (including the one that was open by itself in the other window). I closed the window with the single tab, and continued using the window with many tabs. At the end of the day, I closed the window as usual and shut down the computer.
The next day, I turned on my computer, opened up firefox, and no tabs! I checked to make sure that "open previous session at startup" was checked in the main settings, did some searching through the help files here, and found that the problem was that I hadn't gone in to the privacy settings to tell it to remember history. I fixed that, and did some more digging to figure out how to restore history, I don't remember how. I restarted Firefox, and it restored a previous session ... but not the one I wanted. It restored the window with the single tab that I'd only had open for about ten minutes, not the window with all my tabs (including that one) that I'd had open all day. Some more searching through the support here and I figured out how to restore the session I ACTUALLY wanted. I can't find the post now, but it told me to go to Help - Troubleshooting Information (I think--it LOOKED like the Troubleshooting Information page, from what I remember, although today it doesn't seem to have the option I used yesterday, so it might have been a different page) and see if there were two sessions, and if so, to click the other one, and see if that fixed things. It did! I got the window with all the tabs back, and closed the window with just the single tab, and went on with my day. Problem solved, right?
No. I booted up my computer today, opened up Firefox, and what did I find? IT OPENED THE WINDOW WITH THE SINGLE TAB THAT I'D ONLY HAD OPEN BRIEFLY, INSTEAD OF THE WINDOW WITH ALL MY TABS IN IT THAT I'D HAD OPEN ALL DAY. First of all, I'd rather not have to deal with this again, so how can I make sure it doesn't? What is going on?
Second, I can't find the help page that told me how to restore the correct window. This is a problem, because although all of the tabs I had open yesterday are in my history, when I go to the little library icon and look at "history" both the "recently closed windows" and "recently closed tabs" are empty. As far as Firefox is concerned, I haven't closed any windows or tabs since the last time the history was deleted, despite having lots of pages in the Recent History list that I sure don't have open right now. Clicking the three horizontal lines to get the main menu, there is no "restore previous session" as an option. I can go through the history and manually click on all the tabs that should be open, but that is REALLY a pain and I would like not to have to do this again. I have added the "Tab Session Manager" addon, so hopefully even if this is a recurring problem I can use that to get around it. (The addons listed below are all the addons I had when the problem occurred.) What the heck is going on here?
How to change the tooltip's color of the menu button?
After added the following code to my userChrome.css file, tooltip { -moz-appearance: none !important; background-color: #1e1e1e !important; color: #b4b4b4 !important; … (read more)
After added the following code to my userChrome.css file, tooltip {
-moz-appearance: none !important; background-color: #1e1e1e !important; color: #b4b4b4 !important;
} most tooltips' styles were modified. But it just didn't work for the menu button. I'm using Firefox 70. Thank you!
After continue refresh of the site I am getting error and than jquery functions are not working in same tab
After continue refresh of the site I am getting error of invisible recaptcha (Connection error) and than jquery functions are not working in same tab not only the curren… (read more)
After continue refresh of the site I am getting error of invisible recaptcha (Connection error) and than jquery functions are not working in same tab not only the current site any other site in the same tab have the issue. In previous version(below 70) of firefox the site was working fine even after the captcha error message. The site is working fine in next tab in same browser. Issue is occurring only in firefox browser
Menu & privacy notices
I am having two problems: 1) the Firefox Privacy notice tab keeps automatically opening a new window in the browser. Even when I close it, it reappears again.How to I st… (read more)
I am having two problems: 1) the Firefox Privacy notice tab keeps automatically opening a new window in the browser. Even when I close it, it reappears again.How to I stop that? 2) the main menu does not appear at top of the browser about the open tabs/windows. It only appears if I hit the F10 Key & then it disappears right away. How do make it be there whenever Firefox browser is open? thank you.
Jonathan Rose
I want a new function on Youtube
When I watch a video on Youtube while using Bluetooth earphones, I want to use play/pause button to play or pause a video on Youtube. Firefox does not support it, but Chr… (read more)
When I watch a video on Youtube while using Bluetooth earphones, I want to use play/pause button to play or pause a video on Youtube. Firefox does not support it, but Chrome does. Please add this function
There is a serious problem with the bookmark manager of Firefox
When clicking any of the last three or four items in the right pane at the bottom of the list, the properties comes up covering them. It is a hell of a problem when tryin… (read more)
When clicking any of the last three or four items in the right pane at the bottom of the list, the properties comes up covering them. It is a hell of a problem when trying to move a few items to folders that are last in that list. Step 1: Go to the last item in the list. Step 2: Click on it.
Password suggestions displays multiple entries of the same login with a date next to it
Password suggestions displays multiple entries of the same login with a date next to it! This is a problem. Is there a way to fix this? It started with version 71 of fire… (read more)
Password suggestions displays multiple entries of the same login with a date next to it! This is a problem. Is there a way to fix this? It started with version 71 of firefox on windows 10.
"clear history when firefox closes" was enabled automatically. and all my data was removed!
"clear history when firefox closes" was enabled automatically (idk why!) and so all my data was removed! how can i recover them? (history, user/pass and tabs)
Neu seit Firefox 71.0: Ich will keine zweite Zeile bei den Zugangsdaten ("von dieser Webseite"). Wie kriege ich die weg?
Seit dem heutigen Update auf 71.0 erscheinen überall ZWEI Zeilen bei den Zugangsdaten. In der ersten steht der Nutzername (den brauche ich) und in der zweiten steht nutzl… (read more)
Seit dem heutigen Update auf 71.0 erscheinen überall ZWEI Zeilen bei den Zugangsdaten. In der ersten steht der Nutzername (den brauche ich) und in der zweiten steht nutzloses Zeug wie "von dieser Webseite". Die zweite Zeile will ich entfernen. Sie macht das Ganze total unübersichtlich und die Listen irre lang. Wie kriege ich die wieder weg? Bisher gab es sie nicht - und das war gut so!