Skip to content

Instantly share code, notes, and snippets.

@ssig33
Created April 5, 2011 06:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssig33/903132 to your computer and use it in GitHub Desktop.
Save ssig33/903132 to your computer and use it in GitHub Desktop.
// ==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"])
@ssig33
Copy link
Author

ssig33 commented Apr 5, 2011

raw をクリックするとインストール出来るよ!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment