Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mishbah
Created September 30, 2021 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishbah/1ab105c31299970bfaf6ef672d11580f to your computer and use it in GitHub Desktop.
Save mishbah/1ab105c31299970bfaf6ef672d11580f to your computer and use it in GitHub Desktop.
Facebook's console warning
const fontMerah = 'font-size:50px; font-weight:bold; color:red; -webkit-text-stroke:1px black;';
const fontBiasa = 'font-family:helvetica; font-size:20px;'
console.log('%cStop!', fontMerah);
console.log('%cThis is a browser feature intended for developers. If someone told you to copy and paste something here to enable a Facebook feature or "hack" someone\'s account, it is a scam and will give them access to your Facebook account.', fontBiasa);
console.log('%cSee https://www.facebook.com/selfxss for more information.', fontBiasa);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment