mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-15 12:31:02 +00:00
Extra cron address checks
This commit is contained in:
@@ -98,6 +98,7 @@ function checkAll (): Promise<[string, string[]][]> {
|
|||||||
'https://polkadot-promo.info/'
|
'https://polkadot-promo.info/'
|
||||||
].map((u) => checkTag(u, 'span', 'id="cosh"')),
|
].map((u) => checkTag(u, 'span', 'id="cosh"')),
|
||||||
...[
|
...[
|
||||||
|
'https://dot21.org/promo/',
|
||||||
'https://dot4.org/promo/',
|
'https://dot4.org/promo/',
|
||||||
'https://dot4.top/promo/'
|
'https://dot4.top/promo/'
|
||||||
].map((u) => checkTag(u, 'p', 'class="payment-title"')),
|
].map((u) => checkTag(u, 'p', 'class="payment-title"')),
|
||||||
|
|||||||
Reference in New Issue
Block a user