Afficher les questions étiquetées : Afficher toutes les questions

Restoring Data From Accidently Removed Extension

I mistakenly removed an important extension (LinkLocker, which I wrote, actually) from my synced work computer, not realizing it would be removed from my home laptop as w… (lire la suite)

I mistakenly removed an important extension (LinkLocker, which I wrote, actually) from my synced work computer, not realizing it would be removed from my home laptop as well.

Unfortunately, I saved a significant amount of data in that extension's storage and, after reinstalling it, can't seem to recover it.

Is this data lost forever or is there some place I can look to find it?

Demandé par dougpowers9061 il y a 1 heure

Sync: failure

I was forced to do issues with my windows to reinstall, not having the ability to backup anymore due to the errors. So after reinstalling windows I install firefox, I lo… (lire la suite)

I was forced to do issues with my windows to reinstall, not having the ability to backup anymore due to the errors.

So after reinstalling windows I install firefox, I log in and it doesn't sync. Searching for a solution I found one that stated, if you have a backup of your files restore those into the new firefox profile. I do that and it shows a syncing animation shortly. Nothing happens though.

I start searching for other solutions, there they state just make a new profile via about:profiles and log in. I do so and it works, it starts syncing, but the problem now is it synced what synced in that other profile. So that other profile never really synced as in it did not grab from the cloud but rather it only upped and with that I guess overwrote everything what I had there? None of my later bookmarks are there, I only have what I had as a physical backup now. Why does sync work so? Not my first fight with sync, but I never lost data like this.

Kinda wish the sync interface was user-friendlier, where I can see what is overwritten or at least that I can choose to upload or download from sync when I log in. Instead of it choosing for me to just upload...

Demandé par FROG il y a 3 heures

How to read JJK Manga on frefox

Hello everyone! I am a new Firefox user and knows a very little bit about it. My issue is that i want toread jjk manga online using Firefox. But i am failed to find and… (lire la suite)

Hello everyone!

I am a new Firefox user and knows a very little bit about it.  My issue is that i want toread jjk manga online using Firefox. But i am failed to find and read  jjk manga. Therefore i need your help to sort out this issue. 

I am looking forward for your valuable answers and solutions. Thanks in advance!!

Demandé par Sheraz TikTok usa il y a 1 jour

Two of the same devices show up in "Send tab to device"

Hello! I have an issue where there are two entries for the same device showing up when I click "Send tab to device." I've already tried logging out on this device, and th… (lire la suite)

Hello! I have an issue where there are two entries for the same device showing up when I click "Send tab to device." I've already tried logging out on this device, and the rest of my devices, and logging back in, but there are still two entries for it. I have also verified that there is only one device under this name in accounts.firefox.com.

Demandé par Logan il y a 1 jour

Firefox accounts cannot be linked with Google accounts for login.

The following content is translated using GPT machine translation. Dear Firefox team, I encountered a problem while using the Firefox Sync service. After registering an … (lire la suite)

The following content is translated using GPT machine translation. Dear Firefox team,

I encountered a problem while using the Firefox Sync service. After registering an account with one of my email addresses, I tried to log into this account on another device, but it prompted me to register again. After following the instructions and registering, I found that both Firefox accounts are associated with the same email, but they cannot be linked together. Later, I tried using a different email address, but the same issue occurred. Finally, I attempted to log in with Google, only to discover that one of the devices does not have the option to log in with Google. I suspect this might be the reason why I cannot use Sync. The Firefox version on this device is 128.02, running on Win10.

Looking forward to your response. Wishing you a pleasant day.

Demandé par Azuki (忘却的旋律) il y a 1 jour

Dernière réponse par Azuki (忘却的旋律) il y a 1 jour

Lost my all data

I was using Firefox for last 5-8 years and all data was saved. Few days back i was started using Linux Debian 12. i tried to login for sync but , after logging all data w… (lire la suite)

I was using Firefox for last 5-8 years and all data was saved. Few days back i was started using Linux Debian 12. i tried to login for sync but , after logging all data was erased. I tried from windows also , no data.

Demandé par akupu il y a 2 jours

Firefox Sync Bookmarks

Hi, I have used Firefox for a long time. I have many bookmarks, passwords etc on Firefox on my original PC. Sadly the hard drive on my original PC has failed. I borrow… (lire la suite)

Hi,

I have used Firefox for a long time. I have many bookmarks, passwords etc on Firefox on my original PC.

Sadly the hard drive on my original PC has failed. I borrowed a laptop temporarily and signed into Firefox on that. My bookmarks did not transfer across and instead I had someone elses bookmarks but I wasn't too concerned as I was only borrowing the laptop.

I now have a new PC. I have restored my files from a backup external drive and I have signed into Firefox on this PC. However, all of my tabs and bookmarks have not come across. I have pressed sync but it has brought the bookmarks over from the laptop and not the bookmarks from my original PC.

How can I sync to the original PC that has all my bookmarks etc please? Or have I lost it all forever?

Thank you.

Demandé par nuttybabez82 il y a 3 jours

Dernière réponse par nuttybabez82 il y a 3 jours

Sync breaks Bookmarks

Hello, If I create custom "Recently bookmarked" like place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&excludeI… (lire la suite)

Hello, If I create custom "Recently bookmarked" like place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&excludeItemIfParentHasAnnotation=livemark%2FfeedURI&maxResults=10&excludeQueries=1 and I sync my data with other device, this bookmark gets wiped on both devices. How this can be solved? Thank you

Demandé par zapryan1 il y a 3 jours

Firefox Sync authentication API

I'm sorry if this is the wrong forum, but there seems to be nothing else which seems to fit better. I have developed an iOS App which supports Firefox Sync since about … (lire la suite)

I'm sorry if this is the wrong forum, but there seems to be nothing else which seems to fit better.

I have developed an iOS App which supports Firefox Sync since about 10 years, so users of my App can directly access their firefox bookmarks. Within these years it seems that Firefox Sync has deprecated the BrowserID authentication method (which I didn't noticed because everthing worked fine) but only since recently the relevant API call "certificate/sign" is no longer working, so the authentication process will fail.

Therefore I'm looking for information how exactly I can implement the authentication now. Unfortunytely it is very hard to find reliable API documentation. Most API docs that are found seem to be heavily outdated and still list the no longer valid "certificate/sign" API call. Even the docs which already mention that Browser ID will be canceled in the future are also already outdated and half of the links lead to 404 pages.

So I would like to ask the following: Is there any definite valid up-to-date API specification for Firefox Sync and its authentication process available (suitable for third-party Apps which can not rely on Firefoxs own internal frameworks and code), and where exactly can I find it. And if a need to register an app ID/client ID and secret to be able to authenticate the App, how and where can I do this? Can anyone point me to the right direction?

Thanks for all the help...

Demandé par alexander93 il y a 4 jours