Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/he7d3r/mw-gadget-addmediawikiversionlinktorecentchanges
Add link to the log of changes to the current MediaWiki version on Recentchanges and Watchlist
https://github.com/he7d3r/mw-gadget-addmediawikiversionlinktorecentchanges
Last synced: 5 days ago
JSON representation
Add link to the log of changes to the current MediaWiki version on Recentchanges and Watchlist
- Host: GitHub
- URL: https://github.com/he7d3r/mw-gadget-addmediawikiversionlinktorecentchanges
- Owner: he7d3r
- License: other
- Created: 2014-08-19T01:00:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T19:20:51.000Z (10 months ago)
- Last Synced: 2024-11-15T20:42:13.664Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
===========================1. Go to one of the js subpages of your user page. You can choose a page such as these:
* [meta:User:``/global.js](https://meta.wikimedia.org/wiki/Special:MyPage/global.js), which will be loaded in all wikis, in all skins
* [meta:User:``/common.js](https://meta.wikimedia.org/wiki/Special:MyPage/common.js), which will be loaded only on Meta-wiki, in all skins
* [meta:User:``/vector.js](https://meta.wikimedia.org/wiki/Special:MyPage/vector.js), which will be loaded only on Meta-wiki, in the vector skin
2. Copy the following to the page you have chosen:```javascript
// [[File:User:He7d3r/Tools/AddMediaWikiVersionLinkToRecentChanges.js]] (workaround for [[phab:T35355]])
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:He7d3r/Tools/AddMediaWikiVersionLinkToRecentChanges.js&action=raw&ctype=text/javascript' );
```3. Clear the cache of your browser.
This will import the minified copy of the script I maintain on Meta-wiki.