Created
February 5, 2010 02:46
-
-
Save motemen/295442 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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