User script
ContribsTabVector
DescriptionAdds "Contributions" and "Statistics" tabs to User and User talk pages.
Author(s)Equazcion
StatusStable
UpdatedJuly 6, 2013; 10 years ago (2013-07-06)
Browser supportFirefox, Chrome
Skin supportVector
SourceUser:Equazcion/ContribsTabVector.js

ContribsTabVector adds two new tabs to User and User talk pages: "Contributions" and "Statistics". This script is for the Vector skin (Wikipedia's current default skin). These tabs appear in the top-right of the screen, near the search bar.

To use this script: Copy the line below, then click here, paste the line, and hit the save button.

Options

The following lines are optional. Add any or all of them after the importScript line above. The default values are shown.

var contribsTab = true;
var contribsTabStats = true;
var contribsTabName = "Contributions"; 
var contribsTabStatsName = "Statistics";
var contribsTabNumber = 50;

See also