Skip to content

Instantly share code, notes, and snippets.

@fredley
fredley / SECommentSaver.user.js
Last active August 29, 2015 14:03
SE Comment Saver - Save Comments on SE
// ==UserScript==
// @name SE Comment Saver
// @description Save SE
// @version 1.0
// @include http://meta.stackoverflow.com/*
// @include http://*.stackexchange.com/*
// @include http://serverfault.com/*
// @include http://stackoverflow.com/*
// @include http://askubuntu.com/*
// @include http://stackapps.com/*
// ==UserScript==
// @name Always Be Closing Dupes Everywhere
// @version 0.1
// @description ABC
// @include http://stackoverflow.com/questions/*
// @include http://stackoverflow.com/review/close/*
// @include http://*.stackexchange.com/questions/*
// @include http://*.stackexchange.com/review/close/*
// @copyright No
// ==/UserScript==
// ==UserScript==
// @name ChatSEy
// @description Nicer Mobile Chat
// @version 1.0
// @include http://chat.meta.stackoverflow.com/rooms/*
// @include http://chat.stackexchange.com/rooms/*
// @include http://chat.stackoverflow.com/rooms/*
// @include http://chat.askubuntu.com/rooms/*
// @run-at document-end
// ==/UserScript==
@fredley
fredley / ignore.user.js
Created May 7, 2014 18:57
Hide chat messages containing certain words
// ==UserScript==
// @name Ignore
// @description Ignore things!
// @version 1.0
// @include http://chat.meta.stackoverflow.com/rooms/*
// @include http://chat.meta.stackexchange.com/rooms/*
// @include http://chat.stackexchange.com/rooms/*
// @include http://chat.stackoverflow.com/rooms/*
// @include http://chat.askubuntu.com/rooms/*
// @run-at document-end
@fredley
fredley / Holiday
Created March 13, 2014 10:23
Holiday Pebble App
#include "pebble_os.h"
#include "pebble_app.h"
#include "pebble_fonts.h"
PBL_APP_INFO(MY_UUID, "Holiday", "Tom Medley", 1, 1 /* App version */, RESOURCE_ID_IMAGE_MENU_ICON, APP_INFO_WATCH_FACE);
Window window;
TextLayer text_time_layer;