Skip to content

Instantly share code, notes, and snippets.

####################################
# from generate-common-build-props
# These properties identify this partition image.
####################################
ro.product.vendor.brand=Redmi
ro.product.vendor.device=spes
ro.product.vendor.manufacturer=Xiaomi
ro.product.vendor.model=Redmi Note 11
ro.product.vendor.name=aospa_spes
ro.vendor.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
@z411
z411 / DLSite to HVDB.user.js
Last active March 21, 2020 05:59
DLSite/HVDB interlinking userscripts
// ==UserScript==
// @name DLSite to HVDB
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add link to HVDB in DLSite product pages
// @author z411
// @match https://www.dlsite.com/maniax/work/=/product_id/*
// @grant none
// ==/UserScript==
@z411
z411 / trackma_export.py
Last active June 5, 2018 10:02
Trackma MAL XML exporter
#!/usr/bin/env python3
# Short script that loads a Trackma anime list and converts it
# to a MyAnimeList XML file. This way you can import your list
# in sites that support this format.
#
# Usage:
# ./trackma_export.py ~/.trackma/<user>.mal/anime.list
#
# It saves it as mal.xml in the working directory.