Skip to content

Instantly share code, notes, and snippets.

@arantius
arantius / errorizer.user.js
Created August 18, 2011 14:48
Test the way that various errors are reported in user scripts.
// ==UserScript==
// @name Error-izer
// @namespace https://github.com/arantius
// @description Cause all sorts of different errors. One at a time.
// @include http*
// @unwrap
// ==/UserScript==
var errorId = GM_getValue('errorId', 1);
errorId++;
@pmuellr
pmuellr / gist:1004413
Created June 2, 2011 13:24
BBEdit Language Module for CoffeeScript
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
BBEdit Language Module for CoffeeScript
Put this file in
~/Library/Application Support/BBEdit/Language Modules
or equivalent.
Based off of the examples shipped in the BBEdit SDK.