Skip to content

Instantly share code, notes, and snippets.

@bigloser
bigloser / eatclubveggie.user.js
Last active October 26, 2016 16:51
greasemonkey script to only show veggie options
// ==UserScript==
// @name Eat Club Veggies
// @namespace sshah
// @include https://www.eatclub.com/*
// @require https://gist.githubusercontent.com/raw/2625891/waitForKeyElements.js
// @version 1
// @grant none
// ==/UserScript==
window.addEventListener('load', function () {
waitForKeyElements('.ec-menu-item', function () {
if exists('$ITERM_PROFILE') || exists('$TMUX')
let &t_ti = "\<Esc>[?2004h" . &t_ti
let &t_te = "\<Esc>[?2004l" . &t_te
function! XTermPasteBegin(ret)
set pastetoggle=<Esc>[201~
set paste
return a:ret
endfunction
# Cookbook Name:: openldap
# Attributes:: openldap
#
# Copyright 2008-2009, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0