User talk:Equazcion/ContribsTabVector.js
Protected edit request
[edit]This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Please replace
var contribsTabStatsURL = 'http://tools.wmflabs.org/xtools/pcount/index.php?name=' + username + '&lang=' +
wgPageContentLanguage + '&wiki=' + wgNoticeProject;
with
var contribsTabStatsURL = 'https://tools.wmflabs.org/supercount/index.php?user=' + username + '&project=' +
wgPageContentLanguage + '.' + wgNoticeProject;
near the bottom of the code because the old X's edit counter has been moved to a new title with slightly different parameters. Thanks, ~huesatlum 01:29, 4 April 2014 (UTC)
Edit request: cleaner version of the code
[edit]This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
As Equazcion (talk · contribs) has not edited in several months, I have taken the liberty of rewriting this user script, which I have put at User:HueSatLum/ContribsTabVector.js. This new version has several advantages, including being portable to all other wikis, using addPortletLink
instead of cloning the tabs, and not using deprecated configuration variables. You can compare the old vs. new pages, although they are quite different.
If it wasn't clear, my request is to replace the entire code on User:Equazcion/ContribsTabVector.js with that on User:HueSatLum/ContribsTabVector.js. If you do use my code, please delete the copy in my userspace (consider this my {{db-u1}} request). Thanks, /~huesatlum/ 02:10, 28 July 2015 (UTC)
- Done by Mr. Stradivarius — Martin (MSGJ · talk) 21:47, 31 July 2015 (UTC)