User:TheTechie/UserTools
You take full responsibility for any actions you perform using TUT. The author of this user script, TheTechie and any contributors/translators, will not be liable for any violations of Wikipedia policies performed using this tool. |
Author(s) | TheTechie |
---|---|
Maintainer(s) | TheTechie Vitorperrut555 (Portuguese translation, may be behind in updates) |
Status | Very early beta |
First released | Originally in 2024 |
Version | English: 0.1.0 |
Updated | January 2025 |
Browsers | Most modern ones, probably all released in 2020 or later |
Skins |
|
Source | User:TheTechie/tut.js |
TheTechie's User Tools (or TUT/TTUT) is a user script to make certain tasks while using Wikipedia easier. It is currently in an early beta. It is written in JavaScript and requires no advanced permissions to use. The user script aims to group useful features not currently available on Wikipedia in one user script that only requires a single click/copy-paste to install.
Available languages
[edit]What it can do
[edit]- Smile at users
- Invite user to the Teahouse
- Create custom warnings
Current future features
[edit]I will add these to the features list as they get done.
1.0 roadmap
[edit]- Get edit count of user/IP when viewing talk/user page of respective user/IP
- Append edit count to IP contributions page
- Spelling/grammar checker for Visual Editor
- Spelling/grammar checker for Source Editor
- Side by side preview of edited page (your copy) and live page copy
- Browser notifications when pages on watchlist are changed (would be once every 1-12 hours or daily)
- Prioritize/highlight watchlist pages
- View metrics about article without leaving the page
- Fine-tune article text size with a slider
- Create a UI instead of relying on JS elements such as prompt, alert, etc.
- Add settings page and storage format
Not currently on the roadmap for addition
[edit]- JS/CSS/Wikicode syntax autocompletion when editing pages in Source mode
- For JS it would be defined and inbuilt JS functions
- For CSS it would be element types and properties
- For Wikicode it would be template names
- Allow users to request a mentor
- Customize CSS of Wikipedia in a GUI
- Extra features in contributions page
- Graphs for namespace, etc.
- Maybe more
New features in latest release
[edit]How to install
[edit]Add this text to your common.js file: importScript("User:TheTechie/tut.js")
. Or if you have the setting on which lets you install scripts by
simply clicking install on the appropriate JS file, you can install it here.
How to contribute
[edit]Code changes
[edit]Potential contributors are welcome to discuss potential code changes that could be included on the script's talk page. You must be very specific about proposed changes. If you would like to make a code change, show a diff of the changes. An example is below:
− | console. | + | console.log("Hello") |
This was produced using the following wikimarkup: {{textdiff|console.log("Foo")|console.log("Hello")}}
. Note: Do not copy and paste the code, as it is surrounded in nowiki tags and may not correctly transclude. Erroneous/malicious code requests will be ignored.
Feature requests
[edit]For a feature request, leave a message on this page's talk page. Please don't leave feature requests on translators' talk pages; they simply translate the code from upstream. As with code changes, you must be very specific about proposed changes.