amazon shortlen

    @@ -1,10 +1,10 @@ /* * @title bookmarklet - * @description my bookmarklet + * @description amazonのURL表示 * @include http://* * @license MIT License * @require */ -alert('hello! hatena let!'); +alert('http://amazon.jp/dp/' + document.getElementById('ASIN').value);
  • /*
     * @title bookmarklet
     * @description amazonのURL表示
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    
    alert('http://amazon.jp/dp/' + document.getElementById('ASIN').value);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/23 22:34:36 - 2010-05-23
  2. 2010/05/23 22:06:52 - 2010-05-23
  3. 2010/05/17 21:24:10 - 2010-05-17