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

Content deleted Content added
add user space tab
not sure why this isn't working
 
(10 intermediate revisions by the same user not shown)
Line 36:
ca2.id = 'ca-interiot';
var calink2 = document.createElement( 'a' );
calink2.appendChild( document.createTextNode( 'Edit E-count' ) );
// calink2.href = 'http://tools.wikimedia.de/~interiot/cgi-bin/count_editsTool1/wannabe_kate?dbname=enwiki_p&userusername=' + user + '&site=en.wikipedia.org';
calink2.href = 'http://en.wikipedia.org/wiki/User:Interiot/Tool2/code.js?username=' + user;
ca2.appendChild( calink2 );
 
Line 44 ⟶ 43:
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( calink2calink3 );
 
var ca4 = document.createElement( 'li' );
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 );