Panua bookmarklet

  • /*
     * @title Panua bookmarklet
     * @description Bookmarklet in Panua
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    
    (function(){
    var q=location.href;
    var p=document.title;
    void(open('http://panua.heroku.com/bookmarks/new?url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p)+'&bookmarklet=true','Panua','toolbar=no,width=500,height=700'));
    })()
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/02/23 15:06:04 - 2011-02-23
  2. 2011/02/23 15:04:48 - 2011-02-23