Skip to content

Instantly share code, notes, and snippets.

@victorknust
Created April 4, 2016 17:57
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 victorknust/f230caa3a28b4d502b9742b7e41044a6 to your computer and use it in GitHub Desktop.
Save victorknust/f230caa3a28b4d502b9742b7e41044a6 to your computer and use it in GitHub Desktop.
<script>
$(document).ready(function(){
if(window.console || "console" in window) {
console.log("%c WARNING!!!", "color:#FF8F1C; font-size:40px;");
console.log("%c This browser feature is for developers only. Please do not copy-paste any code or run any scripts here. It may cause your PayPal account to be compromised.", "color:#003087; font-size:12px;");
console.log("%c For more information, http://en.wikipedia.org/wiki/Self-XSS", "color:#003087; font-size:12px;");
}
});
</script>
@tuantigabelas
Copy link

<script> $(document).ready(function(){ if(window.console || "console" in window) { console.log("%c WARNING!!!", "color:#FF8F1C; font-size:40px;"); console.log("%c This browser feature is for developers only. Please do not copy-paste any code or run any scripts here. It may cause your PayPal account to be compromised.", "color:#003087; font-size:12px;"); console.log("%c For more information, http://en.wikipedia.org/wiki/Self-XSS", "color:#003087; font-size:12px;"); } }); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment