Created
September 30, 2021 01:29
-
-
Save mishbah/1ab105c31299970bfaf6ef672d11580f to your computer and use it in GitHub Desktop.
Facebook's console warning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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