I hereby claim:
- I am lebaux on github.
- I am lebaux (https://keybase.io/lebaux) on keybase.
- I have a public key whose fingerprint is 4423 111B D893 FC89 7E50 12A0 B4E1 B6A8 F353 79C6
To claim this, I am signing this object:
////////////////////////////////////////////////// | |
// // | |
// Nick: Bauer <LeBaux> // | |
// Clan: Gamester #AVONET // | |
// Web: www.gamester.cz // | |
// Email: [email protected] // | |
// Version: 20171125160903CET // | |
// Updated: complete rewrite // | |
// // | |
////////////////////////////////////////////////// |
I hereby claim:
To claim this, I am signing this object:
Vivaldi Snapshot never worked out of the box for me on both deb and arch based distros. Following the troubleshooting guide (ref, discussion) I wrote this idiot-proof guide for my future self and 4 other linux noobs who might run into this issue.
~/.config/vivaldi-snapshot/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json
exists. If it does not, make the file and paste:{
"allowed_origins": [
let url = "https://www.amazon.com/SanDisk-128GB-microSDXC-Memory-Adapter/dp/B073JYC4XM/"; | |
let kwparse = (url.replace('https://','').replace('http://','').replace('www','').replace('com','').split('-').join().split('/').join().split('.')).join(',').replace(/^,/, '') | |
let kwuniq = [...new Set(kwparse.split(','))].filter(function(e){return e}); | |
console.log(kwuniq) |