User:Gerbrant/NihongoReviveFirstHelpLink.js
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
hookEvent("load", function() { var i, a, ac = document.body.getElementsByTagName("A"); for(i = 0; i < ac.length; i++) { a = ac[i].parentElement; if(a && a.tagName == "SUP") { a = a.parentElement; if(a && a.className == "t_nihongo_help") { a.style.display = "inline"; break; } } } });