Copy githublink

  • /*
     * @title Copy githublink
     * @description 現在見ている GitHub Issue/PR URL を OWNER/REPO#ID フォーマットでコピーします
     * @include https://*
     * @license MIT License
     * @require 
     */
    
    //javascript:(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs.top=0;bs.position="fixed";b.value=l.href.match(/[^\/]+\/[^\/]+\/(issues|pull)\/\d+/)[0].replace(/\/(issues|pull)\//,"#")+" "+d.title+" "+l.href;d.body.appendChild(b);w,scroll(0,0);b.select();document.execCommand("copy");})(window,document,location);
    (function(w,d,l){
        var b=d.createElement("input"), bs=b.style;
        b.size=120;
        bs.zIndex=99999;
        bs.left=bs.top=0;
        bs.position="fixed";
        b.value=l.href.match(/[^\/]+\/[^\/]+\/(issues|pull)\/\d+/)[0].replace(/\/(issues|pull)\//,"#")+" "+d.title+" "+l.href;d.body.appendChild(b);
        d.body.appendChild(b);w,scroll(0,0);b.select();
        document.execCommand("copy");
    })(window,document,location);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2022/06/27 01:05:40 - 2022-06-27
  2. 2022/05/29 21:41:16 - 2022-05-29