Skip to content

Instantly share code, notes, and snippets.

View helmerdavila's full-sized avatar
🏠
Working from home

Helmer helmerdavila

🏠
Working from home
View GitHub Profile
@helmerdavila
helmerdavila / facebook_warning.html
Created January 4, 2018 00:17 — forked from tosbourn/facebook_warning.html
How to recreate Facebook's console warning
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
const warningTitleCSS = 'color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;';
const warningDescCSS = 'font-size: 18px;';
@helmerdavila
helmerdavila / 0_reuse_code.js
Created December 9, 2016 16:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console