[DONE] do use Emoji within js

    @@ -9,10 +9,11 @@ window.open('https://www.hatena.ne.jp/faq/q/let'); -// within @title e.g. +// XXX workaround <at> instead of at-mark +// within <at>title e.g. // http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12 -// @title over engineering sanitized(?) -// // XXX codepoint Ogre/Oni alternative +// <at>title over engineering sanitized(?) +// // XXX workaround codepoint Ogre/Oni Emoji // "U+1F479 dpz" -> "no title [bookmarklet]" // https://web.archive.org/web/20180607083503/http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12 // and Forked script can not trace Fork from, so nameless
  • /*
     * @title do NOT use Emoji within js
     * @description if you use Emoji (surrogate-pair), code was broken by Hatena::Let incl. rev. WTH
     * @include http://*
     * @include https://*
     * @license CC0
     * @javascript_url
     */
    
    window.open('https://www.hatena.ne.jp/faq/q/let');
    
    // XXX workaround <at> instead of at-mark
    // within <at>title e.g.
    // http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12
    //   <at>title over engineering sanitized(?)
    //   // XXX workaround codepoint Ogre/Oni Emoji
    //  "U+1F479 dpz" -> "no title [bookmarklet]"
    //  https://web.archive.org/web/20180607083503/http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12
    // and Forked script can not trace Fork from, so nameless
    //  http://let.hatelabo.jp/noromanba/let/hLHU9eKAqvUD
    //
    // break the Let, its insane
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2019/04/10 02:34:30 - 2019-04-10
  2. 2019/04/09 23:57:58 - 2019-04-09
  3. 2019/04/05 14:19:11 - 2019-04-05
  4. 2019/04/05 10:12:35 - 2019-04-05
  5. 2019/04/05 10:07:57 - 2019-04-05
  6. 2019/04/05 09:38:06 - 2019-04-05
  7. 2019/04/05 02:19:43 - 2019-04-05
  8. 2019/04/03 13:47:19 - 2019-04-03
  9. 2019/04/03 05:54:51 - 2019-04-03
  10. 2019/04/03 05:42:19 - 2019-04-03
  11. 2019/04/03 05:37:56 - 2019-04-03
  12. 2019/04/03 05:20:40 - 2019-04-03