Amazonの本を国会図書館で検索する

    @@ -6,4 +6,4 @@ */ const title = document.getElementById('productTitle').innerText.trim(); -location.href = `https://iss.ndl.go.jp/books?any=${encodeURIComponent(title)}`; +window.open(`https://iss.ndl.go.jp/books?any=${encodeURIComponent(title)}`);
  • /*
     * @title Amazonの本を国会図書館で検索する
     * @description 便利
     * @include http://*
     * @license MIT License
     */
    
    const title = document.getElementById('productTitle').innerText.trim();
    window.open(`https://iss.ndl.go.jp/books?any=${encodeURIComponent(title)}`);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。