Wordie IPA

By Tyson Burghardt Last update Feb 18, 2008 — Installed 36 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Wordie IPA
// @namespace      wordie
// @description    Changes the phonetic spelling of Wordie to IPA
// @include        http://*.wordie.org/*
// ==/UserScript==
//

var j = document.getElementsByTagName('span');
j[0].innerHTML = "[ˈwɜr.diː]";