User:Duodai/common.js

From ArchWiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// Wiki Monkey: https://github.com/kynikos/wiki-monkey/wiki/
wikiMonkeyConfig = {
  update_check_wdays: [0, 1, 2, 3, 4, 5, 6],
  ArchWikiSortContacts: {
    enabled: true,
    special_menu: ["Sort users"],
    edit_summary: "/* Команда */ sort list according to recent activity",
    pages: [{
      title: "ArchWiki:Translation Team (Русский)",
      recent_days: 30,
      inactive_limit: 5,
      inactive_message: "Неактивны (менее 5 правок за последние 30 дней):"
    }]
  },
  FixDoubleRedirects: {enabled: true},

  ArchWikiFixHeader: {enabled: false},
  ArchWikiFixHeadings: {enabled: false},
  ArchWikiFixLinks: {enabled: false},
  ArchWikiNewTemplates: {enabled: false},
  ArchWikiNPFilter: {enabled: false},
  ArchWikiRCFilter: {enabled: false},
  ExpandContractions: {enabled: false},
  FixBacklinkFragments: {enabled: false},
  FixFragments: {enabled: false},
  FixLinkFragments: {enabled: false},
  MultipleLineBreaks: {enabled: false},
  SimpleReplace: {enabled: false},
  SynchronizeInterlanguageLinks: {enabled: false},
  Watchlist: {enabled: false}
}

# mw.loader.load('https://rawcdn.githack.com/kynikos/wiki-monkey/v5.2.2/dist/WikiMonkey-ArchWiki.min.js');