Skip to content

Instantly share code, notes, and snippets.

View litangone's full-sized avatar
🏠
Working from home

litang litangone

🏠
Working from home
View GitHub Profile
@xiaolai
xiaolai / Personal Library.md
Last active November 23, 2024 11:19
My own library
  1. Download and pin books at https://read.amazon.com, and use epubor KCR converter to convert them into epubs.
  2. Download audio books at https://audible.com, with aax format.
  3. Obtain your activation bytes with the instruction of this post.
  4. Install ffmpeg with brew.
  5. Install audible-converter with npm. (File name will be extended automatically)
audible-converter "*.aax" -a <your-activation-bytes>
  1. Install atomicparsley with brew. (to add artwork to converted m4a files) Bash script to add artworks to m4a files:
@xiaolai
xiaolai / Style.css
Created April 13, 2019 07:56
vscode markdown github preview custom style
.vscode-body .markdown-body {
font-family: "PingFang SC"
}
.vscode-body strong {color:#6392BF;}
.vscode-body em {color: #A9312A; font-style: normal !important;}
.vscode-body table {font-size: 95% !important;}
.vscode-body .CodeMirror, .vscode-body pre {font-size: 90%;}
.vscode-body pre {