Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
window.ls_enable = false;

// importScript('User:Incnis Mrsi/※.js');
importScript('User:Incnis Mrsi/replace.js');
// importScript("User:Incnis_Mrsi/short-section-links.js");
importScript('User:Incnis Mrsi/uncaption.js');
if (mw.config.get('wgNamespaceNumber') === 6 && /SVG/i.test(mw.config.get('wgTitle').slice(-3))) // SVGedit on SVG files only
	importScript('User:Rillke/SVGedit.js');
	
// mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Incnis_Mrsi/PDF-PNG.js&action=raw&ctype=text/javascript');


$( document ).ready( function () {
  var junk = document.getElementById('editpage-copywarn');
  if (junk && (junk.innerHTML.substr(0,1) != '&') ) {
    junk.innerHTML = '—';
  };
  junk = document.getElementById('editpage-copywarn2');
  if (junk) {
    junk.innerHTML = '';
  };
} );