he7d3r / mw-gadget-jsUpdater

Helper tool for implementing good practices and updating outdated code in MediaWiki gadgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsUpdater - Helper tool for Le Tour de Wikí: 2011 Resource Walker

More info on the discussion page at meta.wikimedia.org.

Installation

  1. Go to one of the js subpages of your user page. You can choose a page such as these:
  1. Copy the following to the page you have chosen:
// [[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' );
  1. Clear the cache of your browser.

This will import the minified copy of the script I maintain on Meta-wiki.

About

Helper tool for implementing good practices and updating outdated code in MediaWiki gadgets.


Languages

Language:JavaScript 97.7%Language:HTML 2.3%