使用者:Illud Sine Nomine/common.js

文出維基大典

註:重取頁面,文方新焉。

  • Firefox / Safari:Shift 並點 重新載入,或合鍵 Ctrl-F5Ctrl-R(Mac 為 ⌘-R)。
  • Google Chrome:Ctrl-Shift-R(Mac為 ⌘-Shift-R)。
  • Internet Explorer:Ctrl 並點 重新整理,或合鍵 Ctrl-F5
  • Opera:須至 Tools → Preferences 清謄本(Mac 為 Opera → Preferences)。
if (mw.config.get('skin') === 'minerva') {
  if (mw.config.exists('wgAction')) {
    if (mw.config.get('wgAction') === 'edit') {
      if (location.search.indexOf('section=0') !== -1) {
        if (confirm("君欲纂全頁否?")) {
          pageName = mw.config.get('wgPageName');
          location.href = mw.config.get('wgArticlePath').replace('$1', pageName) + '?action=edit';
        }
      }
    }
  }
}