sonots

    
      
  • /*
     * @title bookmarklet
     * @description my bookmarklet
     * @include https://twitter.com/
     * @license MIT License
     * @require 
     */
    
    $(function() {
      $('img.avatar').each(function(){ $(this).attr('src', 'https://avatars0.githubusercontent.com/u/2290461?v=3&s=460') });
    });
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/03/16 19:22:31 - 2015-03-16
  2. 2015/03/16 19:21:50 - 2015-03-16
  3. 2015/03/16 19:21:07 - 2015-03-16