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

    @@ -1,5 +1,5 @@ /* - * @title 紀伊国屋Bookwebからブクログ + * @title 紀伊国屋Bookwebからブクログと読書メーター * @description 紀伊国屋Bookweb個別ページから * @include https://www.kinokuniya.co.jp/* * @license MIT License @@ -10,4 +10,4 @@ const isbn = document.querySelector('*[content^=isbn]').textContent.split(':')[1]; window.open("https://booklog.jp/search?keyword="+isbn); window.open("https://bookmeter.com/search?keyword="+isbn); -return undeifined; +undefined;
  • /*
     * @title 紀伊国屋Bookwebからブクログと読書メーター
     * @description 紀伊国屋Bookweb個別ページから
     * @include https://www.kinokuniya.co.jp/*
     * @license MIT License
     * @private
     * @javascript_url
     * @require 
     */
    const isbn = document.querySelector('*[content^=isbn]').textContent.split(':')[1];
    window.open("https://booklog.jp/search?keyword="+isbn);
    window.open("https://bookmeter.com/search?keyword="+isbn);
    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