private browser tag block cookie banner

Hello support. Since your last update, the "Allow cookie" popup is no longer displayed in the Firefox incognito tab on our site which leads to all functions being blocked… (மேலும் படிக்க)

Hello support. Since your last update, the "Allow cookie" popup is no longer displayed in the Firefox incognito tab on our site which leads to all functions being blocked. We have tried to identify the problem, but on different computers with the same (current) version of Firefox, we have the result that sometimes the popup is displayed and sometimes not. Why does Firefox block our “Allow cookies” popup in the private window?

Asked by xxl-escort 1 மணி நேரம் முன்பு

Last reply by cor-el 47 நிமிடங்கள் முன்பு

Mozilla VPN

I have cancelled my subscription which you say you will return if I cancel within 30 days? Is that correct. Also I want to cancel the VPN on my desktop and phone now bu… (மேலும் படிக்க)

I have cancelled my subscription which you say you will return if I cancel within 30 days? Is that correct. Also I want to cancel the VPN on my desktop and phone now but I can't see how I can achieve this. I would be grateful for your help.

Thank you.

Asked by patricia.clements 1 மணி நேரம் முன்பு

Last reply by Paul 1 மணி நேரம் முன்பு

How do I recover data from another PC

Recently my PC has died from the hardware crash. So I've bought another PC and installed Firefox. While other browsers seem to nicely sync bookmarks and history from the … (மேலும் படிக்க)

Recently my PC has died from the hardware crash. So I've bought another PC and installed Firefox. While other browsers seem to nicely sync bookmarks and history from the previous PC, Firefox didn't do that although I have been logged into my Firefox account on both PCs and I can clearly see the other PC in devices using this account. What is the reason for that?

Asked by bohdanstupak8 4 மணி நேரத்திற்கு முன்பு

Last reply by Paul 2 மணி நேரத்திற்கு முன்பு

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox <input type="file" name="ossnvideo[]" … (மேலும் படிக்க)

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox

 <input type="file" name="ossnvideo[]" multiple class="hidden" id="add" accept="video/mp4" />
 <input type="hidden" id="mytext" name="mytext">
 <button type="button" id="ossn-videos-add-button-inner" class="btn btn-default"> </button>
0

<input type="submit" class="ossn-hidden" id="ossn-videos-submit" />

   0%

<script>

 var input = document.getElementById('add');
 var submitButton = document.getElementById('ossn-videos-submit');
 var img = document.getElementById('thumbnail');
 var progressBar = document.querySelector('.progress-bar');
 input.addEventListener('change', function (event) {
   var file = this.files[0];
   var url = URL.createObjectURL(file);
   if (file.type === 'video/mp4') {
     createThumbnail(url, img, file);
   } else {
     // Unsupported file type
     img.src = ;

     progressBar.style.width = '0%';
     progressBar.setAttribute('aria-valuenow', '0');
     progressBar.textContent = '0%';
   }
 });
 submitButton.addEventListener('click', function () {
   // Create a new FormData object
   var formData = new FormData();
   formData.append('ossnvideo[]', input.files[0]);
   formData.append('thumbnail', img.src); // Add the thumbnail to the form data
   // Create a new XMLHttpRequest object
   var xhr = new XMLHttpRequest();
   // Set up the progress event listener
   xhr.upload.addEventListener('progress', function (event) {
     if (event.lengthComputable) {
       var percentComplete = (event.loaded / event.total) * 100;
       progressBar.style.width = percentComplete + '%';
       progressBar.setAttribute('aria-valuenow', Math.round(percentComplete));
       progressBar.textContent = Math.round(percentComplete) + '%';
     }
   });
   // Set up the load event listener
   xhr.addEventListener('load', function () {
     if (xhr.status === 200) {
       console.log('File uploaded successfully');
     } else {
       console.error('Error uploading file');
     }
   });
   // Open the request and send the form data
   xhr.open('POST', 'your-upload-script.php', true);
   xhr.send(formData);
 });
 function createThumbnail(videoUrl, targetImg, file) {
   var video = document.createElement('video');
   video.preload = 'metadata';
   video.src = videoUrl;
   video.addEventListener('loadedmetadata', function () {
     var canvas = document.createElement('canvas');
     canvas.width = 150;
     canvas.height = 280;
     var context = canvas.getContext('2d');
     // Set the video's current time to the middle of the video
     video.currentTime = video.duration / 2;
     video.addEventListener('canplaythrough', function () {
       context.drawImage(video, 0, 0, canvas.width, canvas.height);
       targetImg.src = canvas.toDataURL('image/png', 0.8);
       document.getElementById("mytext").value = targetImg.src;
     });
   });
 }

</script>

Asked by Georgy Shindarov 3 மணி நேரத்திற்கு முன்பு

Last reply by TyDraniu 2 மணி நேரத்திற்கு முன்பு

Open link in new tab

Hello. When opening links from a search, I would like to have them always open in a new tab. How can I set this as a preference in Mozilla / Firefox? Currently, I always… (மேலும் படிக்க)

Hello. When opening links from a search, I would like to have them always open in a new tab. How can I set this as a preference in Mozilla / Firefox?

Currently, I always right click and must select "open link in new tab." I see the option in Settings to "always open in new window", but that is not my objective. I would like to open in new tab, so that I retain my original search results in the current tab.

Thank you.

Asked by Lynda Funke 3 மணி நேரத்திற்கு முன்பு

Last reply by Paul 3 மணி நேரத்திற்கு முன்பு

Unable to play any NY Times site videos on Windows 10 Firefox

Videos on the NY Times web site never play on my Windows 10 PC, though they do run on my Windows 11 and iPad Firefox. Have disabled all script and ad-blockers without eff… (மேலும் படிக்க)

Videos on the NY Times web site never play on my Windows 10 PC, though they do run on my Windows 11 and iPad Firefox. Have disabled all script and ad-blockers without effect. If I click on the Play arrow, I get the circle animation that never ends. Windows FF version 128.0.2 64-bit on both 10 and 11; can't tell what the iPad version is but it works.

Asked by ronks1 17 மணி நேரத்திற்கு முன்பு

Last reply by jonzn4SUSE 5 மணி நேரத்திற்கு முன்பு

FIREFOX SEARCH BAR

I have an address/search bar at the top of my screen AND one in the center of my home web page beneath the Firefox logo/brand. Currently, if I want to effect a search the… (மேலும் படிக்க)

I have an address/search bar at the top of my screen AND one in the center of my home web page beneath the Firefox logo/brand. Currently, if I want to effect a search the Firefox web homepage uses the address bar across to top of the page. I want to set a preference/priority to using the search bar beneath the Firefox logo/brand. Any help would be greatly appreciated.

robin.hall@yahoo.com

Asked by robin.hall 14 மணி நேரத்திற்கு முன்பு

Last reply by Agent virtuel 8 மணி நேரத்திற்கு முன்பு

Email problem

I have somehow set my email inbox such that when I double click on a new message I've received (or a previously opened message from that matter), rather than opening the … (மேலும் படிக்க)

I have somehow set my email inbox such that when I double click on a new message I've received (or a previously opened message from that matter), rather than opening the message to read, it opens the email as a draft response to the sender and me, from me. What do I need to do or reset to go back to normal. Thanks ... Mark

Asked by mwlangman 11 மணி நேரத்திற்கு முன்பு

Last reply by dawood 10 மணி நேரத்திற்கு முன்பு

browser start up

Everytime I start firefox, none of my previous tabs are re-opened. This is the same even if I ENABLED "Open previous windows and tabs" What is the problem? I'm using F… (மேலும் படிக்க)

Everytime I start firefox, none of my previous tabs are re-opened. This is the same even if I ENABLED "Open previous windows and tabs"

What is the problem?

I'm using Firefox version 128.0.2 (64-bit) for Windows OS

Asked by Jere 13 மணி நேரத்திற்கு முன்பு

Last reply by jonzn4SUSE 12 மணி நேரத்திற்கு முன்பு

password restore

Hey, so I accidentally deleted a password on my pc in firefox, but on my phone its still "stored" but when I click on the password, it doesnt show it anymore. is there a… (மேலும் படிக்க)

Hey, so I accidentally deleted a password on my pc in firefox, but on my phone its still "stored" but when I click on the password, it doesnt show it anymore.

is there a way to restore the password? without a backup or anything?

Asked by Zero 20 மணி நேரத்திற்கு முன்பு

Last reply by TechHorse 15 மணி நேரத்திற்கு முன்பு

Your browser is being managed by your organization

I am running Linux Mint 19 and when I tried to activate the container extension some options were not selectable and a msg appeared at the top of my settings: "Your brows… (மேலும் படிக்க)

I am running Linux Mint 19 and when I tried to activate the container extension some options were not selectable and a msg appeared at the top of my settings: "Your browser is being managed by your organization" I am a home user and never had anything to do with any corporate PC. The policy it lists is: disableappupdate true. Everything I see in the help database for this pblm pertains to Windows. As I said above I am running linux mint.

what is going on here???

Asked by GMKrusch 16 மணி நேரத்திற்கு முன்பு

Last reply by James 16 மணி நேரத்திற்கு முன்பு

Is it possible to use tab search in Mozilla Firefox?

Hello community, I'm a lifelong Google Chrome user just now transferring to Mozilla Firefox and I was wondering if it's possible to tab-to-search with, for example, youtu… (மேலும் படிக்க)

Hello community, I'm a lifelong Google Chrome user just now transferring to Mozilla Firefox and I was wondering if it's possible to tab-to-search with, for example, youtube? Here is an example of a person doing the exact same thing I'm trying to achieve. Thank you!

Asked by Ngoc Lan Pham 21 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 18 மணி நேரத்திற்கு முன்பு

moving tabs to bottom, directly above the taskbar....looking for a userchrome.css or extension

hello, running win11, ff128. the tabs are currently located at the top of the window, just above the address bar. how can the tab bar be relocated to the bottom of the… (மேலும் படிக்க)

hello, running win11, ff128. the tabs are currently located at the top of the window, just above the address bar.

how can the tab bar be relocated to the bottom of the screen / window directly above the taskbar?

a long time ago there was an extension "tabmixplus" that gave the option of locating the tabs anywhere, but firefox updates broke it. i then found a userchrome script that performed the desired action, but ff updates broke it.

advice? solution? userchrome script? extension? thanks

Asked by ff2by222 18 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 18 மணி நேரத்திற்கு முன்பு

Pink search bar

Search bar is pink and every time I open firefox the first time of the day it comes up pink. Very irritating and makes me wonder if firefox is worth keeping. Thanks … (மேலும் படிக்க)

Search bar is pink and every time I open firefox the first time of the day it comes up pink. Very irritating and makes me wonder if firefox is worth keeping. Thanks

Asked by gmorrow1 18 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 18 மணி நேரத்திற்கு முன்பு

Does not Sync

I did format my computer and then when i logged in to my Firefox account like always i would do in the past this time i did not sync my bookmarks etc etc.

Asked by durim1_2 19 மணி நேரத்திற்கு முன்பு

Last reply by Paul 18 மணி நேரத்திற்கு முன்பு

How can I remove a builtin shortcut?

I want to remove a builtin shortcut because I want to use the same key combination for something else. How may I do that? Couldn't find any solution online.

Asked by D4VID 1 நாள் முன்பு

Last reply by TechHorse 22 மணி நேரத்திற்கு முன்பு