Special:Contributions/Example with the script activated | |
| Authors | Enterprisey, Vector 2022 fixes by andrybak |
|---|---|
| First released | 2024-03-03 |
| Updated | October 23, 2025 (42 days ago) |
| Skins | Vector 2022 |
| Source | User:Andrybak/Scripts/user-tabs-on-contribs.js |
user-tabs-on-contribs is a user script, which adds "User page" and "Talk" tabs on user contributions pages, such as Special:MyContributions, with the usual access keys. This script is a fork of User:Enterprisey/user-tabs-on-contribs for the skin Vector (2022).
Installation
editAdd the following to your vector-2022.js subpage:
importScript('User:Andrybak/user-tabs-on-contribs.js'); // Backlink: [[User:Andrybak/user-tabs-on-contribs.js]]
To install on another wiki, use the following snippet:
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Andrybak/Scripts/user-tabs-on-contribs.js&action=raw&ctype=text/javascript');
Known issues
edit- Due to limitations of localization messages in MediaWiki's JavaScript API
mw.message, when a gendered language is used, the default word for "User" will be used, regardless of the user's gender setting in local or global preferences. Examples of affected languages: Spanish, German, and Russian.