Change default archives list to https://4chenz.github.io/archives.json/archives.json
This commit is contained in:
parent
bde00cfb7f
commit
2040b94895
@ -542,6 +542,9 @@ Settings =
|
||||
if compareString < '00001.00014.00017.00002'
|
||||
if data['jsWhitelist']?
|
||||
set 'jsWhitelist', data['jsWhitelist'] + '\n\nhttps://hcaptcha.com\nhttps://*.hcaptcha.com'
|
||||
if compareString < '00001.00014.00020.00004'
|
||||
if data['archiveLists']?
|
||||
set 'archiveLists', data['archiveLists'].replace('https://nstepien.github.io/archives.json/archives.json', 'https://4chenz.github.io/archives.json/archives.json')
|
||||
changes
|
||||
|
||||
loadSettings: (data, cb) ->
|
||||
|
||||
@ -830,7 +830,7 @@ Config =
|
||||
'Custom Board Navigation': true
|
||||
|
||||
archives:
|
||||
archiveLists: 'https://nstepien.github.io/archives.json/archives.json'
|
||||
archiveLists: 'https://4chenz.github.io/archives.json/archives.json'
|
||||
lastarchivecheck: 0
|
||||
archiveAutoUpdate: true
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
// @connect 4chan.org
|
||||
// @connect 4channel.org
|
||||
// @connect 4cdn.org
|
||||
// @connect nstepien.github.io
|
||||
// @connect 4chenz.github.io
|
||||
<%=
|
||||
readJSON('/src/Archive/archives.json').map(function(archive) {
|
||||
return '// @connect ' + archive.domain;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user