Add periodic check for new sites (#149)

This commit is contained in:
Jaco Greeff
2021-03-04 09:04:54 +01:00
committed by GitHub
parent be6e54082f
commit dbc0fab193
+4 -1
View File
@@ -97,7 +97,10 @@ function checkAll (): Promise<[string, string[]][]> {
'https://polkadot-get.com/',
'https://polkadot-promo.info/'
].map((u) => checkTag(u, 'span', 'id="cosh"')),
checkTag('https://dot4.org/promo/', 'p', 'class="payment-title"'),
...[
'https://dot4.org/promo/',
'https://dot4.top/promo/'
].map((u) => checkTag(u, 'p', 'class="payment-title"')),
checkTag('https://polkadotairdrop.com/address/', 'cool'),
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
]);