Skip to content

Instantly share code, notes, and snippets.

@rneiss
Created May 13, 2013 23:07
Show Gist options
  • Save rneiss/5572277 to your computer and use it in GitHub Desktop.
Save rneiss/5572277 to your computer and use it in GitHub Desktop.
Oatmeal Redirect: Greasemonkey script that redirects every link to The Oatmeal to pictures of cute animals instead. Pretty cludgy, but gets the job done. Based on this tweet: https://twitter.com/Soranomaru/status/334056059125788672
// ==UserScript==
// @name Oatmeal Redirect
// @namespace theoatmeal.com
// @description redirects every link to The Oatmeal to pictures of cute animals instead
// @include http://theoatmeal.com/*
// @version 1
// ==/UserScript==
window.location.assign("http://flickr.com/photos/nationalzoo/show/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment