Searching Google for ℃-ute Correctly

By kentaro Last update Jan 20, 2008 — Installed 110 times. Daily Installs: 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Searching Google for C-ute Correctly
// @namespace      http://kentarok.org/ns/greasemonkey
// @include        http://www.google*
// ==/UserScript==

(function () {
     if (location.search.match(/(?!%22)%E2%84%83-ute(?!%22)|%C2%B0c-ute/))
         location.href = location.href.replace(/%E2%84%83-ute|%C2%B0c-ute/, '"%E2%84%83-ute"');
})();