Skip to content

Instantly share code, notes, and snippets.

@morkt
morkt / mpx2txt.cc
Created January 21, 2019 13:56
extract text from Complet's MPX scripts
//! \file mpx2txt.cc
//! \brief extract text from Complet's MPX scripts.
//
#include "sysmemmap.h"
#include <fstream>
int wmain (int argc, wchar_t* argv[])
try
{
// ==UserScript==
// @name vndb-jp-titles
// @namespace https://vndb.org
// @description Search results in Japanese on VNDB
// @include https://vndb.org/v/*
// @version 1
// @grant none
// ==/UserScript==
(function() {
@morkt
morkt / vndb_characters_browser.user.js
Last active February 4, 2017 15:23
vndb characters browser helper
// ==UserScript==
// @name vndb characters browser
// @namespace https://vndb.org
// @description vndb characters browser helper
// @include https://vndb.org/v*/chars*
// @version 2
// @grant none
// ==/UserScript==
(function () {