Skip to content

Instantly share code, notes, and snippets.

View XtinaSchelin's full-sized avatar
🌼

Chris Schelin XtinaSchelin

🌼
View GitHub Profile
@XtinaSchelin
XtinaSchelin / GM.office365.outlook.user.js
Last active August 1, 2018 15:18 — forked from noscript/GM.office365.outlook.user.js
Greasemonkey Office365 Outlook unread count in favicon and tab title
// ==UserScript==
// @name Office365 Outlook unread count in favicon and tab title
// @namespace http://userscripts.org/scripts/
// @description Update the favicon and tab title to indicate the number of unread messages in the Inbox, so you can pin your tab and still see when you have new mail. Adapted from http://userscripts.org/scripts/show/155379
// @version 2.3
// @include https://outlook.office365.com/owa/*
// @include https://outlook.office.com/owa/*
// @grant none
// ==/UserScript==
@XtinaSchelin
XtinaSchelin / slack_history.py
Created January 30, 2018 12:43 — forked from Chandler/slack_history.py
Download Slack Channel/PrivateChannel/DirectMessage History
# MIT License
# Copyright (c) 2016 Chandler Abraham
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: