hatena remover
by
eban
2013-07-03 [2013/07/03 14:14:36]
remove hatena
@@ -6,5 +6,6 @@
*/
+function(){
- document.location.href=document.location.href.replace(/b.hatena.ne.jp\/entry\//,"");
+ document.location.href=document.location.href.replace(/b.hatena.ne.jp\/entry\//,"").
+ replace(/http:\/\/s\/, "https://");
}()
/*
* @title hatena remover
* @description remove hatena
* @include http://b.hatena.ne.jp/entry/*
* @license MIT License
*/
+function(){
document.location.href=document.location.href.replace(/b.hatena.ne.jp\/entry\//,"").
replace(/http:\/\/s\/, "https://");
}()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。