copylet

    
      
  • /*
     * @title copylet
     * @description show minified code on Hatena::Let when 2-exec; for copy of mobile
     * @include http://let.hatelabo.jp/*
     * @include http://let.st-hatelabo.com/*
     * @contributor mino90  http://let.hatelabo.jp/mino90/let/gYC-xYDKx6O-dA (Fork of)
     * @license MIT License http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    // needs execute twice
    (() => {
        if (location.hostname === 'let.hatelabo.jp') {
            location.hostname = 'let.st-hatelabo.com';
            return;
        }
        if (location.hostname === 'let.st-hatelabo.com') {
            const iframe = document.body.querySelector('iframe[src^="http://let.st-hatelabo.com"]');
            const raw = iframe.contentDocument.querySelector('a[href^="javascript:"]');
    
            window.prompt(raw.textContent, raw.href);
        }
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2016/01/24 11:56:31 - 2016-01-24
  2. 2016/01/24 11:40:20 - 2016-01-24
  3. 2016/01/24 11:20:02 - 2016-01-24
  4. 2016/01/24 07:09:58 - 2016-01-24
  5. 2016/01/24 06:57:19 - 2016-01-24
  6. 2016/01/24 06:49:18 - 2016-01-24