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 compareString < '00001.00014.00017.00002'
|
||||||
if data['jsWhitelist']?
|
if data['jsWhitelist']?
|
||||||
set 'jsWhitelist', data['jsWhitelist'] + '\n\nhttps://hcaptcha.com\nhttps://*.hcaptcha.com'
|
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
|
changes
|
||||||
|
|
||||||
loadSettings: (data, cb) ->
|
loadSettings: (data, cb) ->
|
||||||
|
|||||||
@ -830,7 +830,7 @@ Config =
|
|||||||
'Custom Board Navigation': true
|
'Custom Board Navigation': true
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
archiveLists: 'https://nstepien.github.io/archives.json/archives.json'
|
archiveLists: 'https://4chenz.github.io/archives.json/archives.json'
|
||||||
lastarchivecheck: 0
|
lastarchivecheck: 0
|
||||||
archiveAutoUpdate: true
|
archiveAutoUpdate: true
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
// @connect 4chan.org
|
// @connect 4chan.org
|
||||||
// @connect 4channel.org
|
// @connect 4channel.org
|
||||||
// @connect 4cdn.org
|
// @connect 4cdn.org
|
||||||
// @connect nstepien.github.io
|
// @connect 4chenz.github.io
|
||||||
<%=
|
<%=
|
||||||
readJSON('/src/Archive/archives.json').map(function(archive) {
|
readJSON('/src/Archive/archives.json').map(function(archive) {
|
||||||
return '// @connect ' + archive.domain;
|
return '// @connect ' + archive.domain;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user