Skip to content

Instantly share code, notes, and snippets.

View misaelzapata's full-sized avatar

Misael Zapata misaelzapata

View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 22, 2025 04:18
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@netroy
netroy / disabled-console.js
Last active August 29, 2015 13:56
Dat FB console ... for academic purposes only
(function (window) {
'use strict';
var realConsole = window.console || {};
var warnings = {
'Sorry, Your console is disabled for security reasons.': 'color: red; font-size: 36px; line-height: 40px;'
};