Wikipedia:WikiProject User scripts/Scripts/test-enhanced: Difference between revisions

Content deleted Content added
m fix typo
Added instructions and put source in a box
Line 1:
Add this code to [[Special:Mypage/monobook.js]]
function tnaddlilink(url, name)
 
<pre style="overflow:auto">
function tnaddlilink(url, name)
{
var na = document.createElement('a');
Line 74 ⟶ 77:
}}
addOnloadHook(add_testn_tabs);
</pre>