Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Last active January 4, 2016 08:29
Show Gist options
  • Save commuterjoy/8596178 to your computer and use it in GitHub Desktop.
Save commuterjoy/8596178 to your computer and use it in GitHub Desktop.
if (/prepaiid365.com/.test(document.domain)) {
document.title = '.';
document.body.innerHTML = '<h1 style="font-family: times, sans-serif; margin: 10px;">The link you clicked on is trying to take you to a scam site.<br>Please close your browser and delete the email containing the link.</h1>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment