User:Ineuw/global.js: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
m disabled live clock script
m reverted
Line 10:
Line 10:
// local live clock - enabled globally, disabled locally
// local live clock - enabled globally, disabled locally
mw.loader.load( '//www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-LocalLiveClock.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400');
// sidebar control to clean text in Linux - disabled globally, enabled locally
// sidebar control to clean text in Linux - disabled globally, enabled locally
Revision as of 08:20, 27 October 2019
// <nowiki> // 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'); // local live clock - enabled globally, disabled locally mw.loader.load('//www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-LocalLiveClock.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400'); // 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'); // disabled everywhere // toolbar button is displayed on the toolbar. tested and disabled on 2019年09月13日 - disabled globally, disabled locally // mw.loader.load('//en.wikisource.org/w/index.php?title=User:Ineuw/OCR.js.js&action=raw&ctype=text/javascript'); // no toolbar button - user:putnik's TesseractOCR.js - disabled globally, disabled locally // mw.loader.load( '//wikisource.org/w/index.php?title=User:Putnik/TesseractOCR.js&action=raw&ctype=text/javascript' );