User:Cactus.man/Scripts/MoreTabs.js: Difference between revisions

Content deleted Content added
oops
shrink tabs
Line 38:
ca1.id = 'ca-essjay';
var calink1 = document.createElement( 'a' );
calink1.appendChild( document.createTextNode( 'E-count2Count1' ) );
calink1.href = 'http://tools.wikimedia.de/~essjay/edit_count/Count.php?username=' + user + '&submit=Count';
ca1.appendChild( calink1 );
Line 45:
ca2.id = 'ca-interiot';
var calink2 = document.createElement( 'a' );
calink2.appendChild( document.createTextNode( 'E-count2Count2' ) );
calink2.href = 'http://en.wikipedia.org/wiki/User:Interiot/Tool2/code.js?username=' + user;
ca2.appendChild( calink2 );
Line 52:
ca3.id = 'ca-uspace';
var calink3 = document.createElement( 'a' );
calink3.appendChild( document.createTextNode( 'User U-space' ) );
calink3.href = 'http://en.wikipedia.org/w/index.php?title=Special:Prefixindex&namespace=2&from=' + user;
ca3.appendChild( calink3 );
Line 59:
ca4.id = 'ca-block';
var calink4 = document.createElement( 'a' );
calink4.appendChild( document.createTextNode( 'BlockBlk log' ) );
calink4.href = 'http://en.wikipedia.org/w/index.php?title=Special:Log&type=block&page=User:' + user;
ca4.appendChild( calink4 );