Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/he7d3r/mw-gadget-jsupdater
Helper tool for implementing good practices and updating outdated code in MediaWiki gadgets.
https://github.com/he7d3r/mw-gadget-jsupdater
Last synced: 5 days ago
JSON representation
Helper tool for implementing good practices and updating outdated code in MediaWiki gadgets.
- Host: GitHub
- URL: https://github.com/he7d3r/mw-gadget-jsupdater
- Owner: he7d3r
- Created: 2012-08-07T13:03:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T21:41:36.000Z (over 3 years ago)
- Last Synced: 2024-11-15T20:43:02.336Z (about 2 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsUpdater - Helper tool for _Le Tour de Wikí: 2011 Resource Walker_
More info on [the discussion page at meta.wikimedia.org](https://meta.wikimedia.org/wiki/User_talk:Krinkle/Le_Tour_de_Wik%C3%AD/2011_Resource_Walker/jsUpdater.js).
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/jsUpdater.js]] (workaround for [[phab:T35355]])
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:He7d3r/Tools/jsUpdater.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.