User:TheresNoTime/enableRealTimePreview.js

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.
/*
mw.loader.load('ext.wikiEditor.realtimepreview');
console.warn(
	'[User:TheresNoTime/enableRealTimePreview.js]: ',
	'You are manually loading WikiEditor\'s realtime preview function'
);
*/
console.debug(
	'Realtime Preview is now generally available, please remove User:TheresNoTime/enableRealTimePreview.js'
);