This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | count | |
---|---|---|
アーケオス | 1 | |
アーケン | 1 | |
アーゴヨン | 26 | |
アーボ | 12 | |
アーボック | 4 | |
アーマルド | 3 | |
アイアント | 1 | |
アギルダー | 1 | |
アクジキング | 22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
僕の考えた最強のサーチカード (3)(青)(青) | |
エンチャント | |
僕の考えた最強のサーチカードが戦場に出たとき、あなたがそれを自分の手札から唱えた場合、あなたはあなたのライブラリーからインスタント・カード1枚かソーサリー・カード1枚を探し、それを公開してあなたの手札に加えてもよい。そうした場合、あなたのライブラリーを切り直す。 | |
あなたのアップキープの開始時に、あなたは僕の考えた最強のサーチカードをオーナーの手札に戻してもよい。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Tumblr reblogフォームの変更により対応(中)のパッチ | |
// photoでテストしてて http://www.tumblr.com/svc/post/update で403が返ってくる途中の状態 | |
// あと fetchが重い(というかfetchの必要ない(?) | |
(function() { | |
update(Tombloo.Service.extractors['ReBlog - Dashboard'], { | |
extract : function(ctx) { | |
return Tombloo.Service.extractors.ReBlog.extractByLink(ctx, this.getLink(ctx)).addCallback(function(res) { | |
var expr = './ancestor-or-self::li[starts-with(normalize-space(@class), "post")]' + | |
'//a[starts-with(@href,"/reblog/")]'; |