Skip to content

Instantly share code, notes, and snippets.

@seanbperiod
seanbperiod / amazon-honey-cart-fix.js
Created March 15, 2023 17:16
Amazon Saved Cart Grid with Honey enabled FIX
// ==UserScript==
// @name Fix Amazon Saved Cart Grid with Honey enabled
// @namespace amazon-honey-fix-MBP14
// @version 0.1
// @description Fixes saved cart grid on Amazon from going to 3 columns - particularly on Macbook 14"
// @author Sean Burdick
// @match http*://www.amazon.com/gp/cart/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=amazon.com
// @grant none
// ==/UserScript==
@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