Created
May 12, 2009 07:26
-
-
Save kurumigi/110363 to your computer and use it in GitHub Desktop.
[GM script]Touch-up for "Die Linische Katze"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name touch-up "Die Linische Katze" | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @include http://homepage.mac.com/linstedt/* | |
// ==/UserScript== | |
(function(){ | |
document.body.innerHTML = document.body.innerHTML.replace(/&([AOUaou]uml)/mg,"&$1;"); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment