bookmarklet
by
elim
2013-09-10 [2013/09/10 13:43:41]
my bookmarklet
-
/*
* @title bookmarklet
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
*/
javascript:(function(){var s=encodeURIComponent(location.href),d='https://developers.facebook.com/tools/debug/og/object?q='+s;window.open(d,'_blank','height=500,width=500');location.reload(true);}());
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。