Clean DIA HTML files (to prepare them for further processing into EPUB).
目前為
// ==UserScript==
// @name Clean DIA HTML
// @namespace tag:tbitai.github.io,2015-10-24:Clean_DIA_HTML
// @version 1.0
// @author Tamás Bitai
// @description Clean DIA HTML files (to prepare them for further processing into EPUB).
// @include http://dia.jadox.pim.hu/jetspeed/*
// @require http://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==
$('span.oldaltores').remove();