Skip to content

Instantly share code, notes, and snippets.

View matthewjosephtaylor's full-sized avatar
🏠
Working from home

Matt Taylor matthewjosephtaylor

🏠
Working from home
View GitHub Profile
@matthewjosephtaylor
matthewjosephtaylor / watch.sh
Created July 24, 2011 03:49
Bash shell script that watches a file and executes a command if the file changes.
#!/bin/sh
# Shell script that watches a file and executes a command if the file changes.
# Matt Taylor
# http://blog.matthewjosephtaylor.com
# License: This is free and unencumbered software released into the public domain.
# Thanks to code/tips from some helpful souls on irc.freenode.net ##unix
# All errors are of course my own. :)
// ==UserScript==
// @name DeIconify Google Search Results
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove most website icons from search
// @author @matt_taylor
// @match https://www.google.com/search*
// @grant GM_addStyle
// ==/UserScript==