User:FlightTime/User scripts
Here is a list of my customized user scripts, installation instructions and other information.
Diff Permalink
Diff pages now have links you can copy, looks like Permalink to this diff: Special:Diff/123456789, just click on the box and the contents will be highlighted for copying. Its located just under the pagename. Example: Special:Diff/406801265.
| Description | Permalinks on diff pages |
|---|---|
| Author | FlightTime |
| Status | Stable |
| First released | October 9, 2018 |
| Updated | October 12, 2018 |
| Browser support | Firefox, Chrome |
| Skin support |
|
| Source | User:Enterprisey/diff-permalink.js |
Installation
- Add the following to your your common.js or your skin.js
importScript('User:FlightTime/diff-permalink.js'); // Backlink: [[User:FlightTime/diff-permalink.js]]
- After installing reload the page and clear your cache
Confirm Logout
| Description | Requires a conformation on logout |
|---|---|
| Author | FlightTime |
| Status | Beta |
| First released | March 21, 2020 |
| Version | 22.03.20 |
| Updated | March 22, 2020 |
| Browser support | Firefox, Chrome |
| Skin support |
|
| Source | User:Guywan/Scripts/ConfirmLogout.js |
If you click on a logout link, Confirm Logout provides an HTML prompt that asks for confirmation. The prompt may be customised to a certain extent. With default settings, here is what it looks like:
Installation
- Add the following to your your common.js or your skin.js
importScript('User:FlightTime/confirm-logout.js'); // Backlink: [[User:FlightTime/confirm-logout.js]]
- After installing reload the page and clear your cache
Customization
- If you would like further customisation, you may make a copy of this script (and please add a backlink).
- For further customization see here.
User Info
User info adds an information line below a user's name on their user and talk pages (but not subpages). Namely, this information is gender (if specified), privileges, account age, edit count, and how long ago the user made his/her last edit.
| Description | Adds an information line below a user's name |
|---|---|
| Author | FlightTime |
| Status | Stable |
| First released | March 13, 2010 |
| Version | 2.1.0 |
| Updated | October 5, 2017 |
| Browser support | Firefox, Chrome |
| Skin support |
|
| Source | User:PleaseStand/userinfo.js |
Examples
Two examples of what you might see:
User:Jimbo Wales♂A checkuser, founder, oversighter, and administrator, 9 years 1 month old, with 14,153 edits. Last edited 7 days ago.
User talk:ExampleA blocked user, 20 minutes old, with 5 edits. Last edited 1 minute ago.
Installation
importScript('User:FlightTime/userinfo.js'); // Backlink: [[User:FlightTime/userinfo.js]]
- After installing reload the page and clear your cache