Skip to content

Instantly share code, notes, and snippets.

@youpy
Created September 28, 2008 18:01
Show Gist options
  • Save youpy/13486 to your computer and use it in GitHub Desktop.
Save youpy/13486 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name disable youpy tumblr sound
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://youpy.tumblr.com/*
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46
// ==/UserScript==
$X('//embed').forEach(function(e) {
e.parentNode.removeChild(e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment