Skip to content

Instantly share code, notes, and snippets.

@kurumigi
Created May 12, 2009 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurumigi/110363 to your computer and use it in GitHub Desktop.
Save kurumigi/110363 to your computer and use it in GitHub Desktop.
[GM script]Touch-up for "Die Linische Katze"
// ==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