Skip to content

Instantly share code, notes, and snippets.

@gibfahn
gibfahn / audit-v8.10.1.md
Last active March 20, 2018 13:38
Audit for v8.10.1
let nextpagetextpatterns = ["[Nn]ext\\b.*", "[Mm]ore", "[Nn]ewer", ">", "→", "»", "≫", ">>"]
let prevpagetextpatterns = ["Prev(ious)\\b.*", "[Bb]ack", "[Oo]lder", "<", "‹", "←", "«", "≪", "<<"]
let hintcharacters = "zxcvbnmqwertyuiopasdfghjkl";
@gibfahn
gibfahn / sVimcss.css
Last active May 29, 2019 14:52
sVimcss - Safari Vim: safari-extensions.apple.com/?q=svim , see also https://gist.github.com/gibfahn/22c17d0059340e2c90c3c316b746ba8b
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#sVim-command {