User:Rob Kam/common.js

Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// enhanced diff - https://de.wikipedia.org/wiki/Benutzer_Diskussion:TMg/cleanDiff
//mw.loader.load('//de.wikipedia.org/w/index.php?title=Benutzer:TMg/cleanDiff.js&action=raw&ctype=text/javascript');

// format tidier - https://meta.wikimedia.org/wiki/User:TMg/autoFormatter
/* mw.loader.load('//de.wikipedia.org/w/index.php?title=Benutzer:TMg/autoFormatter.js&action=raw&ctype=text/javascript');
var autoFormatMaskedLinks = false;
var autoFormatWikimediaLinks = false;
var autoFormatReplacements = [
	['S.D.I.Y.', 'SDIY'],
        ['<!--\\w', '<!-- \\w'], ['\\w-->', '\\w -->'],
	[/ +<ref\b/g, '<ref'],
	[
	    /(\n[*#]+) *([^\s*#:;])/g,
	    '$1 $2'
	],
]; */

// https://en.wikipedia.org/wiki/User:Joeytje50/JWB Javascript Wiki Browser
//mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');

// https://en.wikipedia.org/wiki/Wikipedia:AutoEd
// mw.loader.load('//en.wikipedia.org/wiki/Wikipedia:AutoEd/basic.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/wiki/Wikipedia:AutoEd/complete.js&action=raw&ctype=text/javascript');