diff --git a/index.html b/index.html index bc682780d..24f62c176 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ 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: 0 1.5rem; text-align: center; white-space: nowrap; width: 40rem; z-index: 2 } - .buttons { margin: 2rem 0 1.5rem } + .buttons { display: none; margin: 2rem 0 1.5rem } .buttons a { border: 1px solid #eee; border-radius: 0.25rem; margin: 0 0.25rem; padding: 0.5rem 0.75rem } .buttons .invert { color: rgba(255, 255, 255, 0.85) !important } .container { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-top: 4rem; padding-bottom: 2rem } @@ -24,7 +24,7 @@ .row { align-items: center; display: flex; justify-content: center } table { margin: 0 0 1rem } td:not(.centered) { font-family: monospace; padding: 0.25rem 0.5rem; text-align: right } - td.centered { text-align: center } + 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 } @@ -40,12 +40,12 @@

phishing

A community driven curated list of known less-than-honest operators.

Any additions can be made by editing phishing/all.json and adding any new sites in alphabetical order. In the same vein addresses can be added in phishing/address.json. For any discrepancies or requests log an issue.

-

SitesAddresses

+

SitesAddresses

- + @@ -180,8 +180,8 @@ draw(); const [addrBody, metaBody] = await Promise.all([ - fetch('address.json'), - fetch('urlmeta.json') + fetch('https://polkadot.js.org/phishing/address.json'), + fetch('https://polkadot.js.org/phishing/urlmeta.json') ]); [addrJson, metaJson] = await Promise.all([ @@ -208,6 +208,7 @@ // }).then((body) => body.json()).then(({ data }) => (data && data.balance) || '0')) // ).then((b) => balances = b).catch(console.error); + document.getElementById('buttons').style.display = 'block'; fillTable('sites'); }
Loading address & site metadata ..... loading url & address metadata ...