Skip to content

Instantly share code, notes, and snippets.

@jwheare
Created November 27, 2011 17:55
Show Gist options
  • Save jwheare/1397901 to your computer and use it in GitHub Desktop.
Save jwheare/1397901 to your computer and use it in GitHub Desktop.
Turn off circles on This Is My Jam.
// ==UserScript==
// User script to turn off the "I love circles!!!11!" option on This Is My Jam by default.
// Click raw to install in Chrome
// Should work with Greasemonkey and the like in other browsers
// @match http://thisismyjam.com/jam/meta
// @match http://www.thisismyjam.com/jam/meta
// ==/UserScript==
document.getElementById('circle').click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment