Skip to content

Commit

Permalink
Build js
Browse files Browse the repository at this point in the history
  • Loading branch information
theresnotime committed Nov 1, 2023
1 parent 2aa7ee4 commit ab595b5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions dist/MoreMenu.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,28 +150,14 @@ window.MoreMenu.page = function (config) {
},
/** Tools used to semi-automate editing. */
'tools': {
'check-external-links': {
url: "http://69.142.160.183/~dispenser/cgi-bin/webchecklinks.py?page=".concat(config.page.encodedName, "&hostname=").concat(config.project.domain),
pageExists: true
},
'check-redirects': {
url: "http://69.142.160.183/~dispenser/cgi-bin/rdcheck.py?page=".concat(config.page.encodedName, "&lang=").concat(config.project.contentLanguage),
pageExists: true,
noticeProjectRestrict: ['wikipedia']
},
'disambiguate-links': {
url: "http://69.142.160.183/~dispenser/cgi-bin/dablinks.py?page=".concat(config.page.encodedName, "&lang=").concat(config.project.contentLanguage),
pageExists: true,
noticeProjectRestrict: ['wikipedia']
},
'expand-bare-references': {
url: "https://refill.toolforge.org/ng/result.php?page=".concat(config.page.encodedName, "&defaults=y&wiki=").concat(config.project.contentLanguage),
pageExists: true,
namespaceRestrict: [0, 2, 118],
noticeProjectRestrict: ['wikipedia', 'commons', 'meta']
},
'fix-dead-links': {
url: "https://iabot.toolforge.org/index.php?page=runbotsingle&pagesearch=".concat(config.page.encodedName, "&wiki=").concat(config.project.dbName),
url: "https://iabot.wmcloud.org/index.php?page=runbotsingle&pagesearch=".concat(config.page.encodedName, "&wiki=").concat(config.project.dbName),
pageExists: true,
databaseRestrict: ['alswiki', 'barwiki', 'ckbwiki', 'dewiki', 'enwiki', 'eswiki', 'frwiki', 'huwiki', 'itwiki', 'jawiki', 'kowiki', 'lvwiki', 'nlwiki', 'nowiki', 'ptwiki', 'ruwiki', 'svwiki', 'zhwiki']
}
Expand Down

0 comments on commit ab595b5

Please # to comment.