MakeLink4atwiki

  • /*
     * @title MakeLink4atwiki
     * @description 【現在は使っていない】@wiki記法リンク作成+はてなブックマーク数表示
     * @description →後継:https://let.hatelabo.jp/mame-tanuki/let/gYC-ype07_HvNA
     * @license MIT License
     * @require
     */
    var t=document.title;
    var u=location.href;
    var ele=document.createElement('textarea');
    ele.style.width='100%';
    ele.value='- ['+t+']('+u+')  [![alttext](http://b.hatena.ne.jp/entry/image/'+u+')](http://b.hatena.ne.jp/entry/'+u+')';
    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. 2024/12/17 22:22:34 - 2024-12-17
  2. 2024/12/16 23:00:04 - 2024-12-16
  3. 2024/12/16 17:56:40 - 2024-12-16
  4. 2024/12/16 17:47:52 - 2024-12-16
  5. 2024/12/16 16:56:17 - 2024-12-16