Skip to content

Instantly share code, notes, and snippets.

View chetansastry's full-sized avatar
🍄
Be happy!

Chetan Sastry chetansastry

🍄
Be happy!
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
#container {
display:grid;
grid-template-columns: repeat(16, 30px);
@chetansastry
chetansastry / _.md
Created April 4, 2013 22:53
Tributary inlet
@chetansastry
chetansastry / _.md
Created February 23, 2013 18:58
Tributary inlet
@chetansastry
chetansastry / _.md
Created February 17, 2013 23:29
Tributary inlet
@chetansastry
chetansastry / HNdualpane.js
Created April 9, 2011 15:04
A simple Greasemonkey script for a dual pane Hacker News interface
// ==UserScript==
// @name HN Dual Pane
// @namespace com.chetansastry
// @description An experimental dual pane version of Hacker News
// @include http://news.ycombinator.com/*
// ==/UserScript==
var win = unsafeWindow,
isCommentPage = !!win.location.href.match(/item\?/);
//Add splitpane