[DONE] do use Emoji within js
by
noromanba
2019-04-10 [2019/04/10 02:34:30]
restoring completed about 4-byte UTF-8 (e.g. Emoji) problems from 2019-03-01 16:42 until 2019-04-09 05:07 JST; https://labo.hatenastaff.com/entry/2019/04/09/151655
@@ -1,10 +1,14 @@
/*
* @title do NOT use Emoji within title
- * @description if you use Emoji (surrogate-pair), code was broken by Hatena::Let incl. rev WTH
+ * @description if you use Emoji (surrogate-pair) within @title, code was broken by Hatena::Let incl. rev. WTH
* @include http://*
* @license CC0
* @javascript_url
*/
-alert`fsck`
+window.open('https://www.hatena.ne.jp/faq/q/let');
+// e.g.
+// http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12
+// @title over engineering sanitized(?)
+// "
/*
* @title do NOT use Emoji within title
* @description if you use Emoji (surrogate-pair) within @title, code was broken by Hatena::Let incl. rev. WTH
* @include http://*
* @license CC0
* @javascript_url
*/
window.open('https://www.hatena.ne.jp/faq/q/let');
// e.g.
// http://let.hatelabo.jp/noromanba/let/hJmc9ZLviM12
// @title over engineering sanitized(?)
// "
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。