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

    @@ -8,4 +8,4 @@ * @require */ -location.href=`https://booklog.jp/search?keyword=${document.querySelector('*[content^=isbn]').textContent.split(':')[1]}` +location.href="https://booklog.jp/search?keyword="+document.querySelector('*[content^=isbn]').textContent.split(':')[1];
  • /*
     * @title bookmarklet
     * @description my bookmarklet
     * @include http://*
     * @license MIT License
     * @private
     * @javascript_url
     * @require 
     */
    
    location.href="https://booklog.jp/search?keyword="+document.querySelector('*[content^=isbn]').textContent.split(':')[1];
    
  • 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