Created
April 5, 2011 06:39
-
-
Save ssig33/903132 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 new hatebu permalink uzai | |
// @namespace http://ssig33.com/ | |
// @description 新しいはてブのパーマリンクがウザいのでリダイレクト | |
// @include http://b.hatena.ne.jp/entry/* | |
// ==/UserScript== | |
location.replace(document.getElementById("more-link").children[0]["href"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
raw をクリックするとインストール出来るよ!!!!