User:Ineuw/global.js: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
Line 1:
Line 1:
// <nowiki>
// sidebar control to clean text in Linux - disabled globally, enabled locally
// mw.loader.load('//en.wikisource.org/w/index.php?title=User:Ineuw/proofreading.js&action=raw&ctype=text/javascript');
// Xover's NopInserter - disabled globally, enabled locally
/* mw.config.set('userjs-nopinserter', {
dontConfirmNopAddition: true,
notificationStyle: "highlight",
notificationTimeout: 1000
}); */
// typoscan orange - disabled globally enabled locally
// w.loader.load('//en.wikisource.org/w/index.php?title=User:Ineuw/typoscan.js&action=raw&ctype=text/javascript');
// local live clock - disabled everywhere.
// mw.loader.load( '//www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-LocalLiveClock.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400');
// ----------------------- place enabled components below line -------------------------------------- -
// user's char inserts - enabled globally, disabled locally
window.charinsertCustom = {
"User": ' — ° £ § · \′′ \′ œ Æ à Á á â ã ä ā æ ç è É é ê ẽ Ë ë ẽ Í í î ï Ñ ñ Œ ò Ó ó ô Ō ō Ö ö õ ù Ú ú û ü '
};
// custom charinserter - enabled globally, disabled locally
mw.loader.load('//en.wikisource.org/w/index.php?title=User:Ineuw/Charinsert.js&action=raw&ctype=text/javascript');