Редактировал правила в настройках #FoxyProxy, нажал «Сохранить» — погасли мониторы и машина ушла в перезагрузку 😰
Редактировал правила в настройках #FoxyProxy, нажал «Сохранить» — погасли мониторы и машина ушла в перезагрузку 😰
if you're using #FoxyProxy, you already know about new #release 8.2. and, maybe, you already know how to #recover your settings in case you hit the #bug in #Firefox sync system. just in case I repeat the #solution mentioned in corresponding issue comment here:
browser.storage.sync.get().then(console.log)If above has some data, then in the Console tab
browser.storage.sync.get().then(pref => {
const data = JSON.stringify(pref, null, 2);
const blob = new Blob([data], {type: 'application/json'});
browser.downloads.download({
url: URL.createObjectURL(blob),
filename: 'FoxyProxy_sync.json',
saveAs: true,
conflictAction: 'uniquify'
})
.catch(() => {});
});FoxyProxy_sync.json file that you have savedThanks to erosman for step-by-step #guide. :)
P.S.: Firefox is very picky about what you paste in its console. so you have to type words “allow pasting” to be allowed using copied code there.
This #GitHub issue is really something. #FoxyProxy
I gave an SSH tunnels presentation last night and suggested #FoxyProxy , but didn't cover it
today I ran into someone else's SSH video that shows how to use FoxyProxy with SSH dynamic #SOCKS proxies
bonus points for the #KeePass appearance, though I prefer the #KeePassXC fork
https://www.youtube.com/watch?v=5mCNO_aL4BA&list=PLAqLR2zzLl1tPakfIxLIsDsMuyNx8Q5Kx&index=6