This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
NewerOlder