紀伊国屋Bookwebからブクログと読書メーター

    @@ -7,6 +7,7 @@ * @require */ const isbn = document.querySelector('*[content^=isbn]').textContent.split(':')[1]; +const title = document.querySelector('meta[property="og:title"]').content.split('\n')[1]; window.open("https://booklog.jp/search?keyword="+isbn); -window.open("https://bookmeter.com/search?keyword="+isbn); +window.open("https://bookmeter.com/search?keyword="+title); undefined;
  • /*
     * @title 紀伊国屋Bookwebからブクログと読書メーター
     * @description 紀伊国屋Bookweb個別ページから
     * @include https://www.kinokuniya.co.jp/*
     * @license public domain
     * @javascript_url
     * @require 
     */
    const isbn = document.querySelector('*[content^=isbn]').textContent.split(':')[1];
    const title = document.querySelector('meta[property="og:title"]').content.split('\n')[1];
    window.open("https://booklog.jp/search?keyword="+isbn);
    window.open("https://bookmeter.com/search?keyword="+title);
    undefined;
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/08/25 10:32:17 - 2018-08-25
  2. 2018/08/18 13:01:19 - 2018-08-18
  3. 2018/08/18 12:58:37 - 2018-08-18
  4. 2018/08/18 12:57:10 - 2018-08-18
  5. 2018/08/18 12:18:54 - 2018-08-18
  6. 2018/08/18 12:14:01 - 2018-08-18
  7. 2018/08/18 12:13:15 - 2018-08-18
  8. 2018/08/18 12:07:21 - 2018-08-18