aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/phishing-detect.js
blob: a66cdb5ac4434d7bb6854c1c9f466159b5976c79 (plain) (blame)
1
2
3
4
5
window.onload = function() {
  if (window.location.pathname === '/phishing.html') {
      document.getElementById("esdbLink").innerHTML = '<b>To read more about this scam, navigate to: <a href="https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '"> https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '</a></b>'
  }
}