Reviews for Midnight Lizard
Midnight Lizard by Pavel Agarkov
Review by s20
Rated 5 out of 5
by s20, 4 years agoI mean, it's mostly great - better than other "dark mode" add-ons I've tried, at least for me.
Edit: well, the Dev is apparently super fast to get back to you, so that's worth another star!
As it turns out, it's just difficult (not impossible) to transfer the settings from over machine to another. I stand corrected. Anyone needing instructions, v read the reply!
Edit: well, the Dev is apparently super fast to get back to you, so that's worth another star!
As it turns out, it's just difficult (not impossible) to transfer the settings from over machine to another. I stand corrected. Anyone needing instructions, v read the reply!
Developer response
posted 4 years agoUnfortunately Firefox has a bug that does not allow to upload exported color schemes.
If you don't like to use built-in sync then you can try to do it manually:
1) Go to about:debugging#/runtime/this-firefox
2) Find Midnight Lizard and press Inspect
2) Paste into the Console "chrome.storage.sync.get(null,x=>console.log(JSON.stringify(x)))" without quotes and press Enter
3) Copy results from the Console to the file.
4) Open about:debugging#/runtime/this-firefox on your another device
4) Paste into the Console "chrome.storage.sync.set(JSON.parse('replace it with the text from the file and keep single quotes'))" without quotes and press Enter
PS: if you have disabled "Sync settings across your devices" in Midnight Lizard settings then you need to use "chrome.storage.local" instead of "chrome.storage.sync"
If you don't like to use built-in sync then you can try to do it manually:
1) Go to about:debugging#/runtime/this-firefox
2) Find Midnight Lizard and press Inspect
2) Paste into the Console "chrome.storage.sync.get(null,x=>console.log(JSON.stringify(x)))" without quotes and press Enter
3) Copy results from the Console to the file.
4) Open about:debugging#/runtime/this-firefox on your another device
4) Paste into the Console "chrome.storage.sync.set(JSON.parse('replace it with the text from the file and keep single quotes'))" without quotes and press Enter
PS: if you have disabled "Sync settings across your devices" in Midnight Lizard settings then you need to use "chrome.storage.local" instead of "chrome.storage.sync"