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

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