非公開 GetAsinCode_hgoe

  • /*
     * @title GetAsinCode_hgoe
     * @description Amazonの商品ページでASINコードを取得する
     * @include http://www.amazon.co.jp/*
     * @license MIT License
     * @require 
     * @private
     */
    var ele=document.createElement('textarea');
    ele.style.width='100%';
    ele.value=document.getElementById('ASIN').value;
    document.body.insertBefore(ele,document.body.firstChild);
    ele.focus();
    ele.select();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/16 19:09:21 - 2010-05-16