用户:RaYmondCheung/common.js

来自PRTS
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/*codemirror*/
mw.loader.load('https://unpkg.com/@bhsd/codemirror-mediawiki/dist/wiki.min.js');

/*VSCode-Wikitext-Extension-Gadget*/
mw.loader.load("https://github.com/Frederisk/Wikitext-Extension-Gadget/releases/latest/download/index-vscode.js");

/* ipe-trapper */
mw.loader.load('/index.php?title=User:GuBot/trapper.js&action=raw&ctype=text/javascript');

/** InPageEdit Preferences **/
;(window.InPageEdit = window.InPageEdit || {}).myPreference = {
  "doNotCollectMyInfo": false,
  "editMinor": false,
  "editSummary": "[InPageEdit]",
  "lockToolBox": false,
  "redLinkQuickEdit": false,
  "outSideClose": true,
  "watchList": "nochange",
  "noConfirmEdit": false,
  "plugins": [
    "toolbox.js",
    "fix-double-entrance.js",
    "code-mirror/cm6.js",
    "wiki-editor.js"
  ]
};