Hatena::LetのHistoryに矢印

  • /*
     * @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 です。

History

  1. 2013/04/20 20:11:31 - 2013-04-20
  2. 2013/03/22 19:34:34 - 2013-03-22
  3. 2013/03/22 18:16:57 - 2013-03-22