Hatena::LetのHistoryに矢印
by
mafucode
2013-04-20 [2013/04/20 20:11:31]
http://let.hatelabo.jp*let*rev*
@@ -6,7 +6,10 @@
* @require
*/
-if ((location.href.split('/').length == 8)) {
+if (location.pathname.split('/').length == 6) {
document.querySelector('div.rev').querySelector(
'a[href="' + location.pathname + '"]').parentNode.innerHTML += "<strong>←これ</strong>";
-}
+}else if(location.pathname.split('/').length == 4){
+ document.querySelector('div.rev').querySelector(
+ 'a').parentNode.innerHTML += "<strong>←これ</strong>";
+}
/*
* @title Hatena::LetのHistoryに矢印
* @description http://let.hatelabo.jp*let*rev*
* @include http://let.hatelabo.jp/*
* @license MIT License
* @require
*/
if (location.pathname.split('/').length == 6) {
document.querySelector('div.rev').querySelector(
'a[href="' + location.pathname + '"]').parentNode.innerHTML += "<strong>←これ</strong>";
}else if(location.pathname.split('/').length == 4){
document.querySelector('div.rev').querySelector(
'a').parentNode.innerHTML += "<strong>←これ</strong>";
}
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。