YAPC> _
by
noromanba
2015-06-10 [2015/06/10 09:38:37]
Yet Another Poem Comment
@@ -1,5 +1,5 @@
/*
- * @title YAPC:_
+ * @title YAPC> _
* @description Yet Another Poem Comment
* @include http://doraperson2015.yapcasia.org/*
* @license MIT License http://opensource.org/licenses/MIT
(function () {
var poem = document.createNodeIterator(document.head, NodeFilter.SHOW_COMMENT, {
acceptNode: function (node) {
return /^[[:punct:]|[:alphnum:]]+$/.test(node.data) ?
NodeFilter.FILTER_REJECT :
NodeFilter.FILTER_ACCEPT;
}
}).nextNode().textContent;
window.alert([
document.lastModified.split(' ').pop(),
'yapcasia:',
poem
].join(' '));
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。