Jump to content

User:Prodego/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Prodego (talk | contribs) at 05:46, 17 January 2013 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$("#ca-history a").each(function(i, e) { e.innerHTML = "History"});

var nstab = $("[id^=ca-nstab] a");
nstab[0].innerHTML = ( wgCanonicalNamespace == '' ? 'Article' : wgCanonicalNamespace );
nstab.css('text-transform','none')

if(wgCanonicalNamespace == 'User' || wgCanonicalNamespace == 'User talk') {
$('#p-cactions').after('<p>Test</p>');
}