Skip to content

Instantly share code, notes, and snippets.

View Arnie97's full-sized avatar

Arnie97

View GitHub Profile
@Arnie97
Arnie97 / chn_fonts.reg
Last active February 22, 2021 02:57 — forked from swordfeng/chn_fonts.reg
Chinese font settings in wine
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Arial"="LiberationSans-Regular.ttf"
"Arial Black"="LiberationSans-Bold.ttf"
"Arial CE,238"="LiberationSans-Regular.ttf"
"Arial CYR,204"="LiberationSans-Regular.ttf"
"Arial Greek,161"="LiberationSans-Regular.ttf"
"Arial TUR,162"="LiberationSans-Regular.ttf"
"Courier New"="LiberationMono-Regular.ttf"
@Arnie97
Arnie97 / remove_watermark.py
Last active July 31, 2022 12:50
Removes the annoying watermarks of it-ebooks.info's downloaded eBooks
#!/usr/bin/env python3
import sys
import re
import shutil
import argparse
import binascii
#
# Author: Daxda