Jump to content

User:Pariah24/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pariah24 (talk | contribs) at 03:07, 17 November 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// <---Begin RTRC--->
// Linkback: [[File:Krinkle_RTRC.js]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/RTRC.js&action=raw&ctype=text/javascript');
// <---End RTRC--->

// <---Begin Disambiguation Assist--->
importScript( 'User:Qwertyytrewqqwerty/DisamAssist.js' ); // Linkback: [[User:Qwertyytrewqqwerty/DisamAssist.js]]
// <---End Disambiguation Assist--->

// <---Begin AQFetcher--->
importScript('User:N8wilson/AQFetcher.js'); // Linkback: [[User:N8wilson/AQFetcher.js]]
importStylesheet('User:N8wilson/AQFetcher.css'); // Linkback: [[User:N8wilson/AQFetcher.css]]
// <---End AQFetcher--->

// <---Begin Prosesize--->
// Linkback: [[User:Dr pda/prosesize]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADr+pda%2Fprosesize.js&action=raw&ctype=text/javascript');
// <---End Prosesize--->

// <---Begin AutoEd--->
// importScript('Wikipedia:AutoEd/complete.js');

// var wikEdConfig = {};
// wikEdConfig.regExTypoFix = true;
// wikEdConfig.textSizeAdjust = 90;

// <---End AutoEd--->

// install [[User:Cacycle/wikEd]] in-browser text editor
( function () { var script = document.createElement( 'script' ); script.src = '//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript'; script.async = true; document.getElementsByTagName( 'head' )[ 0 ].appendChild( script ); } ) ();