mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-09 19:01:11 +00:00
Additional addresses (#171)
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
"claimpolka.live": [
|
||||
"12aCLUsyTCWn5Dzf5wxuuRm93dx9rkAF5rqw9zBDTV5NSY1E"
|
||||
],
|
||||
"claimpolkadot.com": [
|
||||
"16haZsnTpsAK3PaqRJJE16Zasq9WkpovgUCdQGStKHMskLdp"
|
||||
],
|
||||
"dot21.net": [
|
||||
"1Z5ohZkHN4TjWeKpcA3tqpd4uNSA3r9fzsEG9aviDUWAeo2"
|
||||
],
|
||||
|
||||
+1
-2
@@ -13,7 +13,7 @@
|
||||
|
||||
a { color: #ff8c00 !important; text-decoration: none }
|
||||
body { color: #4e4e4e; font: var(--font-sans); height: 100vh; overflow-x: hidden; padding: 0 }
|
||||
h3 { font: var(--font-sans); font-weight: 400; margin: 1rem 0; opacity: 0.95; text-transform: lowercase }
|
||||
h3 { font: var(--font-sans); font-weight: 400; margin: 0; opacity: 0.5; text-transform: lowercase }
|
||||
p { line-height: 1.5rem; margin: 0.75rem 0 }
|
||||
|
||||
.box { background: rgba(255, 255, 255, 0.85); border-radius: 0.25rem; flex: 1 1; margin: 0.5rem; min-width: 15rem; max-width: 40rem; padding: 1rem 1.5rem; text-align: center; white-space: nowrap; width: 40rem; z-index: 2 }
|
||||
@@ -32,7 +32,6 @@
|
||||
td:not(.centered) { font: var(--font-mono); padding: 0.25rem 0.5rem; text-align: right }
|
||||
td.centered { opacity: 0.65; padding: 1rem; text-align: center }
|
||||
td:nth-child(2) { width: 100% }
|
||||
td > h3 { margin: 0; opacity: 0.25 }
|
||||
tr + tr > td > h3 { margin-top: 0.5rem }
|
||||
td > span { border-radius: 0.25em; color: white; font-size: 0.75rem; padding: 0.125em 0.375em }
|
||||
td > span.active { background: darkred }
|
||||
|
||||
@@ -94,6 +94,7 @@ function checkAll (): Promise<[string, string[]][]> {
|
||||
].map((u) => checkTag(u, 'p', 'id="trnsctin"')),
|
||||
...[
|
||||
'https://claimpolka.live/claim/index.html',
|
||||
'https://claimpolkadot.com/claim/index.html',
|
||||
'https://polkadot-airdrop.org/block/index.html',
|
||||
'https://polkadot-airdrop.online/block/index.html',
|
||||
'https://polkadot-airdrops.net/block/index.html',
|
||||
|
||||
Reference in New Issue
Block a user