User:Jeeputer/editCounter

From Wikipedia, the free encyclopedia
Edit Counter v2.0
DescriptionSaves your edit count in a table on a subpage in you userspace
(example | Uses)
Author(s)Jeeputer
Inspired by: User:Kanegasi/editcounter.js
Statusbeta
First releasedSeptember 27, 2022; 18 months ago (2022-09-27)
UpdatedSeptember 27, 2022; 18 months ago (2022-09-27) (on fa-wikipedia)
SourceUser:Jeeputer/editCounter.js
Main source: fa:User:Jeeputer/editCounter.js

Edit Counter v2.0 is a User script which counts your local edits on English Wikipedia, sorts them in a table by namespace and puts that table on your /edit count subpage. To use this script, You need to have JavaScript enabled on you browser and your account should be in autoconfirmed user group.

Counting your edits may take some time based on you edit count (especially when you have couple of thousands of edits). When the script is running, your browser will remain responsive (unlike the old versions of the script), so you can click on links or navigate to other pages; but if you do so, the script's work will be interrupted. so you have to leave the tab open until the work is done. After the script finishes counting you edits, it will notify you through you browser.

To report any problem, or suggest improvements, please leave a message on my talk page.

Installation[edit]

To install this script, put the code below to your common.js and save the page.

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Jeeputer/editCounter.js&action=raw&ctype=text/javascript'); // Backlink: [[User:Jeeputer/editCounter.js]]

You may need to purge your browser's cache after saving the page.