Skip to content

Instantly share code, notes, and snippets.

@seanbperiod
seanbperiod / feedly-colorful-list-view.user.js
Created May 14, 2017 05:56 — forked from yamalight/README.md
Feedly Colorful Listview
// ==UserScript==
// @name Feedly Colorful Listview
// @namespace http://feedly.colorful.list.view
// @description Colorizes items headers based on their source
// @include http*://feedly.com/*
// @include http*://*.feedly.com/*
// @version 0.8.0
// @grant GM_addStyle
// ==/UserScript==
@seanbperiod
seanbperiod / 0_reuse_code.js
Created November 7, 2016 07:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console