Tugtar faoi deara: Tar éis duit athruithe a shábháil, caithfear gabháil thar thaisce do bhrabhsálaí chun iad a fheiceáil. Internet Explorer: cliceáil ar an gcnaipe AthnuaighAthlódáil, agus an eochair Ctrl á bhrú agat. Firefox: cliceáil ar Athlódáil, agus an eochair Iomlaoid á bhrú agat (nó brúigh Ctrl-Iomlaoid-R). Opera: caithfear d'úsáideoirí a dtaiscí a ghlanadh trí Uirlisí→Sainroghanna. Ní mór d'úsáideoirí KonquerorSafari ach cliceáil ar an gcnaipe Athlódáil.

function KateLinkClassicSkin() {

               //      This is tricky, as there are so few tag-IDs to assist us.
               //      I'm placing Kate right after the "User (Talk)" links at top.
               //
       var td = document.getElementById( 'topbar' ).getElementsByTagName( 'td' )[ 2 ];
       var user = td.getElementsByTagName( 'a' )[ 0 ];
       var name = user.firstChild.nodeValue;
       var loc = td.getElementsByTagName( 'br' )[ 0 ]; // insert before this

       var kate = document.createElement( 'a' );
               kate.appendChild( document.createTextNode( 'Cait' ) );
               kate.href = 'http://tools.wikimedia.de/~kate/cgi-bin/count_edits?dbname=gawiki&user=' + name;

       td.insertBefore( document.createTextNode( ' ' ), loc );
       td.insertBefore( kate, loc );

} if ( window.addEventListener ) window.addEventListener( 'load', KateLinkClassicSkin, false ); else if ( window.attachEvent ) window.attachEvent( 'onload', KateLinkClassicSkin );