1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/app/scripts/esdb-replace.js
2018-08-12 18:57:58 -04:00

6 lines
359 B
JavaScript

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>"
}
}