Skip to content

Instantly share code, notes, and snippets.

View eligrey's full-sized avatar
:octocat:

Eli Grey eligrey

:octocat:
View GitHub Profile
@eligrey
eligrey / oftn-clear-flags.txt
Created April 18, 2012 21:56 — forked from dsamarin/oftn-flags.txt
ΩF:∅ IRC (ircs://irc.freenode.net/#oftn) user flags
# /msg ChanServ FLAGS #oftn sephr -*
# /msg ChanServ FLAGS #oftn eboyjr -*
/msg ChanServ FLAGS #oftn cloudhead -*
/msg ChanServ FLAGS #oftn devyn -*
/msg ChanServ FLAGS #oftn gkatsev -*
/msg ChanServ FLAGS #oftn GothAlice -*
/msg ChanServ FLAGS #oftn inimino -*
/msg ChanServ FLAGS #oftn yrashk -*
/msg ChanServ FLAGS #oftn *!*@freenode/staff/* -*
/msg ChanServ FLAGS #oftn oftn-bot -*
@eligrey
eligrey / LICENSE.md
Last active April 24, 2018 00:32 — forked from jed/LICENSE.txt
use cached DOM elements to escape HTML

Public domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

@eligrey
eligrey / LICENSE.md
Last active February 1, 2021 12:00 — forked from 140bytes/LICENSE.txt
Analog clock of the current time.

Public domain. No warranty expressed or implied. Use at your own risk. Attribution to Eli Grey is encouraged but optional.

// ==UserScript==
// @name Reddit Keyboard Navigation
// @namespace http://andrewdupont.net/greasemonkey
// @description Navigate Reddit comments. Expand, collapse, and reply
// without having to pinpoint tiny links with your mouse.
// @author Andrew Dupont
// @include http://reddit.com/*
// @include https://reddit.com/*
// @include http://*.reddit.com/*
// @include https://*.reddit.com/*
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<!-- Online here: http://code.eligrey.com/testcases/all/isObjectLiteral.html -->
<title>isObjectLiteral</title>
<style type="text/css">
li { background: green; } li.FAIL { background: red; }
iframe { display: none; }
</style>