Skip to content

Instantly share code, notes, and snippets.

@motemen
Created February 5, 2010 02:46
Show Gist options
  • Save motemen/295442 to your computer and use it in GitHub Desktop.
Save motemen/295442 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name hatenaquestion is an oshietekun
// @namespace http://www.hatena.ne.jp/motemen/
// @include http://twitter.com/hatenaquestion*
// @require http://gist.github.com/3238.txt#$X
// ==/UserScript==
$X('//a[starts-with(.,"http://q.hatena")][@class="tweet-url web"]').forEach(function (_) _.parentNode.removeChild(_));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment