Skip to content

Instantly share code, notes, and snippets.

@leira
leira / 0_reuse_code.js
Created August 18, 2017 08:58
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
@leira
leira / _README.md
Created November 8, 2015 10:03 — forked from naholyr/_README.md
Chrome extension exposing JS API

Install

Clone the repo and drop the folder into "chrome://extensions" page.

Use

Open any web page ("about:blank" will work too) and a console, then inspect and play with MY_API global variable.

@leira
leira / 1 README.md
Created November 8, 2015 05:30 — forked from KBalderson/1 README.md
Use DevDocs.io as the documentation URL for investigate.vim

Steps

  1. Install investigate.vim
  2. Append the contents of the included .vimrc to your own .vimrc file
  3. Profit!