nishino_ameblo_add

    @@ -49,9 +49,6 @@ $(".skin-entryBody *:contains('|')").html(function (_, html) { return html.replace(/(\|)/g, '<span class="mark">$1</span>'); }); -$(".skin-entryBody *:contains('【')").html(function (_, html) { - return html.replace(/(【)/g, '<span class="mark">$1</span>'); -}); var result4 = document.evaluate('id("entryBody")/*[self::div or self::p][.//span[@class="line"]]', document, null, 7, null); for (var a = 0; a < result4.snapshotLength; a++) { result4.snapshotItem(a).classList.add("l_yoko");
  • // ==UserScript==
    // @title        nishino_ameblo_add
    // @name         nishino_ameblo_add
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       You
    // @match        https://ameblo.jp/nishino-akihiro*
    // @grant        none
    // ==/UserScript==
    var reg = /[\u3040-\u30ff]/;
    var reg2=/[『』]/;
    var tmp3 = [];
    for (var k = 0; k < $("#entryBody a").length; k++) {
      var tmp2 = $("#entryBody a:not(.i_pic)").eq(k).attr("href");
      if (reg.test(tmp2)) {
        $("#entryBody a:not(.i_pic)").eq(k).addClass("akan");
      }
      tmp3[k] = $("#entryBody a:not(.i_pic)").eq(k).attr("href");
    }
    for (var j = 0; j < $("#entryBody>*:not(.div_br)").length; j++) {
      if ($("#subA").width() / $("#subA").parent().outerWidth(true) < 0.357) {
        if ($("#entryBody>*:not(.div_br)").eq(j).text().length < 70) {
          $("#entryBody>*:not(.div_br)").eq(j).addClass("e");
        } else if ($("#entryBody>*:not(.div_br)").eq(j).text().length < 75) {
          if (reg2.test($("#entryBody>*:not(.div_br)").eq(j).text())) {
            $("#entryBody>*:not(.div_br)").eq(j).addClass("e");
          }
        }
      } else {
        if ($("#entryBody>*:not(.div_br)").eq(j).text().length < 60) {
          $("#entryBody>*:not(.div_br)").eq(j).addClass("e");
        }
      }
    }
    $('.i_pic.e,.div_iframe.e,.waku.e,br.e').removeClass("e");
    $(".skin-entryBody *:contains('━')").html(function (_, html) {
      return html.replace(/(━+)/g, '<span class="line">$1</span>');
    });
    $(".skin-entryBody *:contains('=')").html(function (_, html) {
      return html.replace(/(={2,})/g, '<span class="line">$1</span>');
    });
    $(".skin-entryBody *:contains('=')").html(function (_, html) {
      return html.replace(/(={2,})/g, '<span class="line">$1</span>');
    });
    $(".skin-entryBody *:contains('▼')").html(function (_, html) {
      return html.replace(/(▼)/g, '<span class="mark">$1</span>');
    });
    $(".skin-entryBody *:contains('|')").html(function (_, html) {
      return html.replace(/(\|)/g, '<span class="mark">$1</span>');
    });
    var result4 = document.evaluate('id("entryBody")/*[self::div or self::p][.//span[@class="line"]]', document, null, 7, null);
    for (var a = 0; a < result4.snapshotLength; a++) {
      result4.snapshotItem(a).classList.add("l_yoko");
    }
    var result8 = document.evaluate('id("entryBody")/*[self::div or self::p][.//span[@class="mark"]]', document, null, 7, null);
    for (var e = 0; e < result8.snapshotLength; e++) {
      result8.snapshotItem(e).classList.add("l_tate");
    }
    $('.div_br').not('.div_br+.div_br').each(function(){
      $(this).nextUntil(':not(.div_br)').andSelf().wrapAll('<div class="div_ren"></span>');
    });
    $('.div_ren+.e+.div_ren').prev().addClass("solo");
    $('.l_yoko,.l_tate').prev().filter('.div_ren').prev().addClass("sun");
    $('.l_yoko.l_tate').removeClass("l_tate");
    $('.l_yoko.solo,.l_tate.solo,.sun.solo,.node_last.solo').removeClass("solo");
    $('.solo,.solo+.div_ren').addClass("solo_uni");
    $('.solo_uni').not('.solo_uni+.solo_uni').each(function(){
      $(this).nextUntil(':not(.solo_uni)').andSelf().wrapAll('<div class="solo_wrap"></span>');
    });
    $('.solo_wrap>.solo_uni:nth-child(6n+6)').prev().addClass("solo_3");
    $('.div_ren').contents().unwrap();
    $('a.i_pic').on('focus', function () {
      $(this).css('display', 'none');
      $(this).after('<span class="revert"><a href="javascript:void(0)">この画像を元に戻す</a> <a href="javascript:void(0)">画像の右半分を表示</a></div>');
    });
    $(document).on('click', '.revert>a:first-child', function () {
      $(this).parent().prev().css('display', 'inline-block');
      $(this).parent().prev().css('width', $(this).parent().prev().children('img').attr("width"));
      $(this).parent().prev().children('img').css('object-fit', 'fill');
      $(this).parent().prev().children('img').css('object-position', '50% 50%');
      $(this).parent().remove();
    });
    $(document).on('click', '.revert>a:nth-child(2)', function () {
      $(this).parent().prev().css('display', 'inline-block');
      $(this).parent().prev().css('width', $(this).parent().prev().children('img').attr("width") / 2);
      $(this).parent().prev().children('img').css('height', $(this).parent().prev().children('img').attr("height"));
      $(this).parent().prev().children('img').css('object-fit', 'cover');
      $(this).parent().prev().children('img').css('object-position', '100% 0%');
      $(this).parent().remove();
    });
    var sameArr = tmp3.filter(function (p, q, self) {
      return self.indexOf(p) === q && q !== self.lastIndexOf(p);
    });
    for (var m = 0; m < $("#entryBody a").length; m++) {
      for (var n = 0; n < sameArr.length; n++) {
        if ($("#entryBody a").eq(m).attr("href") == sameArr[n]) {
          $("#entryBody a").eq(m).addClass(function (index) {
            return "dup" + n;
          });
        }
      }
    }
    var c = 0;
    while (sameArr.length > 0) {
      $('.dup' + c).eq(0).removeClass("dup" + c);
      c++;
      sameArr.shift();
    }
    $('table.i_pic a').removeClass();
    var result5 = document.evaluate('id("entryBody")//a[contains(@class,"dup")][not(starts-with(@href,"https://ameblo.jp/nishino-akihiro/image"))]', document, null, 7, null);
    for (var f = 0; f < result5.snapshotLength; f++) {
      result5.snapshotItem(f).classList.add("dup");
    }
    
    function size_origin() {
      $('.div_iframe').toggleClass("iframe-wrap");
    }
    $('#blogSearchInputHeader')[0].addEventListener('focus', size_origin, false);
    $('.skin-blogBody')[0].addEventListener('dblclick', size_origin, false);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2020/12/13 10:35:01 - 2020-12-13
  2. 2020/11/30 08:47:38 - 2020-11-30
  3. 2020/11/20 22:31:36 - 2020-11-20
  4. 2020/08/28 20:43:11 - 2020-08-28
  5. 2020/08/25 10:43:06 - 2020-08-25
  6. 2020/08/24 19:55:17 - 2020-08-24
  7. 2020/08/24 16:10:56 - 2020-08-24
  8. 2020/08/16 13:27:29 - 2020-08-16
  9. 2020/08/05 16:02:56 - 2020-08-05
  10. 2020/07/20 15:34:01 - 2020-07-20
  11. 2020/07/20 15:14:12 - 2020-07-20
  12. 2020/07/12 10:31:54 - 2020-07-12
  13. 2020/07/12 10:06:10 - 2020-07-12
  14. 2020/07/11 13:51:24 - 2020-07-11
  15. 2020/07/11 12:37:48 - 2020-07-11
  16. 2020/07/11 12:28:45 - 2020-07-11
  17. 2020/07/11 12:12:57 - 2020-07-11
  18. 2020/07/10 10:40:32 - 2020-07-10
  19. 2020/07/10 07:52:57 - 2020-07-10
  20. 2020/07/08 17:38:48 - 2020-07-08
  21. 2020/07/07 10:46:10 - 2020-07-07
  22. 2020/06/29 10:47:17 - 2020-06-29
  23. 2020/06/29 10:23:28 - 2020-06-29
  24. 2020/06/29 10:16:27 - 2020-06-29
  25. 2020/06/26 10:06:53 - 2020-06-26
  26. 2020/06/20 21:38:50 - 2020-06-20
  27. 2020/06/20 17:50:08 - 2020-06-20
  28. 2020/06/17 10:37:42 - 2020-06-17
  29. 2020/06/17 10:32:49 - 2020-06-17
  30. 2020/06/15 09:04:16 - 2020-06-15
  31. 2020/06/13 21:40:06 - 2020-06-13
  32. 2020/06/13 21:31:14 - 2020-06-13
  33. 2020/06/13 12:47:18 - 2020-06-13
  34. 2020/06/13 11:51:32 - 2020-06-13
  35. 2020/06/12 19:57:43 - 2020-06-12
  36. 2020/06/12 17:57:25 - 2020-06-12
  37. 2020/06/12 17:56:49 - 2020-06-12
  38. 2020/06/12 10:24:23 - 2020-06-12
  39. 2020/06/08 09:32:13 - 2020-06-08
  40. 2020/06/04 07:30:07 - 2020-06-04
  41. 2020/05/30 14:53:58 - 2020-05-30
  42. 2020/05/30 11:22:24 - 2020-05-30
  43. 2020/05/30 11:00:27 - 2020-05-30
  44. 2020/05/30 10:48:53 - 2020-05-30
  45. 2020/05/30 10:47:53 - 2020-05-30
  46. 2020/05/28 10:09:39 - 2020-05-28
  47. 2020/05/22 13:38:32 - 2020-05-22
  48. 2020/05/20 09:55:48 - 2020-05-20
  49. 2020/05/19 20:33:42 - 2020-05-19
  50. 2020/05/19 14:41:17 - 2020-05-19
  51. 2020/05/19 12:41:53 - 2020-05-19
  52. 2020/05/19 12:14:26 - 2020-05-19
  53. 2020/05/18 12:55:58 - 2020-05-18
  54. 2020/05/13 15:11:38 - 2020-05-13
  55. 2020/05/11 13:07:55 - 2020-05-11
  56. 2020/05/10 10:30:33 - 2020-05-10
  57. 2020/05/10 10:25:48 - 2020-05-10
  58. 2020/05/09 22:00:48 - 2020-05-09
  59. 2020/05/05 10:46:18 - 2020-05-05
  60. 2020/05/04 12:02:10 - 2020-05-04
  61. 2020/04/24 10:51:25 - 2020-04-24
  62. 2020/04/22 10:25:25 - 2020-04-22
  63. 2020/04/21 16:40:02 - 2020-04-21
  64. 2020/04/21 16:23:44 - 2020-04-21
  65. 2020/04/21 15:55:45 - 2020-04-21
  66. 2020/04/16 11:00:18 - 2020-04-16
  67. 2020/04/10 10:31:44 - 2020-04-10
  68. 2020/04/07 12:16:09 - 2020-04-07
  69. 2020/04/07 11:35:47 - 2020-04-07
  70. 2020/04/04 11:14:48 - 2020-04-04
  71. 2020/04/02 11:19:03 - 2020-04-02
  72. 2020/04/02 11:16:21 - 2020-04-02
  73. 2020/04/02 11:09:45 - 2020-04-02
  74. 2020/04/01 14:18:57 - 2020-04-01
  75. 2020/04/01 11:41:43 - 2020-04-01
  76. 2020/04/01 11:10:07 - 2020-04-01
  77. 2020/03/31 08:44:20 - 2020-03-31
  78. 2020/03/30 12:03:02 - 2020-03-30
  79. 2020/03/30 12:01:07 - 2020-03-30
  80. 2020/03/30 11:55:45 - 2020-03-30
  81. 2020/03/22 10:10:27 - 2020-03-22
  82. 2020/03/22 10:09:12 - 2020-03-22
  83. 2020/03/22 10:01:40 - 2020-03-22
  84. 2020/03/20 10:31:53 - 2020-03-20
  85. 2020/03/16 11:36:33 - 2020-03-16
  86. 2020/03/16 08:45:22 - 2020-03-16
  87. 2020/03/16 08:44:16 - 2020-03-16
  88. 2020/03/15 11:00:50 - 2020-03-15
  89. 2020/03/14 12:01:22 - 2020-03-14
  90. 2020/03/14 10:09:52 - 2020-03-14
  91. 2020/03/13 10:09:43 - 2020-03-13
  92. 2020/03/11 10:17:10 - 2020-03-11
  93. 2020/03/11 08:24:36 - 2020-03-11
  94. 2020/03/11 08:20:40 - 2020-03-11
  95. 2020/03/09 10:43:40 - 2020-03-09
  96. 2020/03/09 10:34:26 - 2020-03-09
  97. 2020/03/09 10:31:25 - 2020-03-09
  98. 2020/03/07 11:22:59 - 2020-03-07
  99. 2020/03/04 11:16:29 - 2020-03-04
  100. 2020/03/02 11:45:21 - 2020-03-02
  101. 2020/02/29 08:50:37 - 2020-02-29
  102. 2020/02/28 21:50:38 - 2020-02-28
  103. 2020/02/23 08:59:18 - 2020-02-23
  104. 2020/02/22 17:37:32 - 2020-02-22
  105. 2020/02/20 11:35:07 - 2020-02-20
  106. 2020/02/20 11:25:02 - 2020-02-20
  107. 2020/02/20 09:17:26 - 2020-02-20
  108. 2020/02/19 16:22:14 - 2020-02-19
  109. 2020/02/18 20:46:23 - 2020-02-18
  110. 2020/02/18 20:45:27 - 2020-02-18
  111. 2020/02/18 10:55:15 - 2020-02-18
  112. 2020/02/10 11:23:28 - 2020-02-10
  113. 2020/02/10 08:32:44 - 2020-02-10
  114. 2020/02/02 11:30:19 - 2020-02-02
  115. 2020/01/31 12:37:44 - 2020-01-31
  116. 2020/01/31 08:12:51 - 2020-01-31
  117. 2020/01/27 15:08:08 - 2020-01-27
  118. 2020/01/27 10:40:53 - 2020-01-27
  119. 2020/01/26 10:50:23 - 2020-01-26
  120. 2020/01/24 11:26:55 - 2020-01-24
  121. 2020/01/15 17:46:01 - 2020-01-15
  122. 2020/01/14 08:44:40 - 2020-01-14
  123. 2020/01/09 12:02:18 - 2020-01-09
  124. 2020/01/09 11:55:59 - 2020-01-09
  125. 2020/01/08 10:41:22 - 2020-01-08
  126. 2020/01/07 11:13:47 - 2020-01-07
  127. 2020/01/05 11:09:44 - 2020-01-05
  128. 2020/01/03 11:52:35 - 2020-01-03
  129. 2020/01/03 11:03:40 - 2020-01-03
  130. 2020/01/03 11:00:33 - 2020-01-03
  131. 2020/01/03 10:19:31 - 2020-01-03
  132. 2020/01/02 10:46:44 - 2020-01-02
  133. 2019/12/31 14:33:50 - 2019-12-31
  134. 2019/12/31 14:08:34 - 2019-12-31
  135. 2019/12/30 20:01:41 - 2019-12-30
  136. 2019/12/30 17:44:57 - 2019-12-30
  137. 2019/12/29 12:40:05 - 2019-12-29
  138. 2019/12/29 12:27:15 - 2019-12-29
  139. 2019/12/29 10:51:32 - 2019-12-29
  140. 2019/12/29 10:42:35 - 2019-12-29
  141. 2019/12/28 19:56:06 - 2019-12-28
  142. 2019/12/28 19:49:20 - 2019-12-28
  143. 2019/12/28 19:44:26 - 2019-12-28
  144. 2019/12/28 19:39:44 - 2019-12-28
  145. 2019/12/28 17:17:27 - 2019-12-28
  146. 2019/12/28 13:43:48 - 2019-12-28
  147. 2019/12/28 13:19:21 - 2019-12-28
  148. 2019/12/28 11:13:04 - 2019-12-28
  149. 2019/12/28 11:10:30 - 2019-12-28
  150. 2019/12/28 11:04:30 - 2019-12-28
  151. 2019/12/28 10:54:39 - 2019-12-28
  152. 2019/12/25 16:53:05 - 2019-12-25
  153. 2019/12/25 16:47:41 - 2019-12-25
  154. 2019/12/23 14:36:59 - 2019-12-23
  155. 2019/12/16 10:39:27 - 2019-12-16
  156. 2019/12/16 10:30:13 - 2019-12-16
  157. 2019/12/13 13:45:06 - 2019-12-13
  158. 2019/12/13 13:44:20 - 2019-12-13
  159. 2019/12/13 13:10:03 - 2019-12-13
  160. 2019/12/13 12:17:55 - 2019-12-13
  161. 2019/12/10 08:40:29 - 2019-12-10
  162. 2019/12/09 15:36:39 - 2019-12-09
  163. 2019/12/09 15:25:04 - 2019-12-09
  164. 2019/12/09 15:22:47 - 2019-12-09
  165. 2019/12/07 20:02:34 - 2019-12-07
  166. 2019/12/07 13:21:05 - 2019-12-07
  167. 2019/12/07 11:42:28 - 2019-12-07
  168. 2019/12/06 13:14:28 - 2019-12-06
  169. 2019/12/06 10:21:41 - 2019-12-06
  170. 2019/11/30 13:25:47 - 2019-11-30
  171. 2019/11/30 13:13:50 - 2019-11-30
  172. 2019/11/30 13:09:22 - 2019-11-30
  173. 2019/11/26 10:22:16 - 2019-11-26
  174. 2019/11/26 10:17:41 - 2019-11-26
  175. 2019/11/26 10:16:06 - 2019-11-26
  176. 2019/11/26 10:07:46 - 2019-11-26
  177. 2019/11/24 10:57:49 - 2019-11-24
  178. 2019/11/24 10:55:58 - 2019-11-24
  179. 2019/11/22 10:13:23 - 2019-11-22
  180. 2019/11/21 11:27:38 - 2019-11-21
  181. 2019/11/20 09:54:06 - 2019-11-20
  182. 2019/11/19 08:40:08 - 2019-11-19
  183. 2019/11/18 17:40:52 - 2019-11-18
  184. 2019/11/18 17:38:04 - 2019-11-18
  185. 2019/11/17 10:41:04 - 2019-11-17
  186. 2019/11/17 10:33:22 - 2019-11-17
  187. 2019/11/16 14:39:12 - 2019-11-16
  188. 2019/11/16 11:11:33 - 2019-11-16
  189. 2019/11/16 11:04:12 - 2019-11-16
  190. 2019/11/16 11:02:07 - 2019-11-16
  191. 2019/11/16 10:58:25 - 2019-11-16
  192. 2019/11/16 10:55:26 - 2019-11-16
  193. 2019/11/15 11:03:03 - 2019-11-15
  194. 2019/11/13 10:54:48 - 2019-11-13
  195. 2019/11/10 09:50:24 - 2019-11-10
  196. 2019/11/07 10:06:40 - 2019-11-07
  197. 2019/11/07 10:04:01 - 2019-11-07
  198. 2019/11/07 07:37:47 - 2019-11-07
  199. 2019/11/07 07:29:50 - 2019-11-07
  200. 2019/11/05 12:27:48 - 2019-11-05
  201. 2019/11/05 12:21:24 - 2019-11-05
  202. 2019/11/05 12:15:35 - 2019-11-05
  203. 2019/11/05 11:32:41 - 2019-11-05
  204. 2019/11/04 10:14:44 - 2019-11-04
  205. 2019/11/03 08:22:08 - 2019-11-03
  206. 2019/11/02 10:41:03 - 2019-11-02
  207. 2019/11/01 14:36:34 - 2019-11-01
  208. 2019/11/01 14:28:57 - 2019-11-01
  209. 2019/11/01 13:38:33 - 2019-11-01
  210. 2019/10/31 16:56:56 - 2019-10-31
  211. 2019/10/31 14:16:42 - 2019-10-31
  212. 2019/10/31 11:29:25 - 2019-10-31
  213. 2019/10/30 20:52:51 - 2019-10-30
  214. 2019/10/30 20:15:22 - 2019-10-30
  215. 2019/10/30 19:31:08 - 2019-10-30
  216. 2019/10/30 17:46:54 - 2019-10-30
  217. 2019/10/30 17:37:15 - 2019-10-30
  218. 2019/10/30 13:19:46 - 2019-10-30
  219. 2019/10/28 19:14:42 - 2019-10-28
  220. 2019/10/28 18:58:43 - 2019-10-28
  221. 2019/10/28 14:31:29 - 2019-10-28
  222. 2019/10/27 13:15:17 - 2019-10-27
  223. 2019/10/25 09:48:13 - 2019-10-25
  224. 2019/10/25 09:18:16 - 2019-10-25
  225. 2019/10/25 09:15:24 - 2019-10-25
  226. 2019/10/24 10:19:37 - 2019-10-24
  227. 2019/10/24 10:08:43 - 2019-10-24
  228. 2019/10/22 10:27:19 - 2019-10-22
  229. 2019/10/22 08:30:37 - 2019-10-22
  230. 2019/10/22 08:17:24 - 2019-10-22
  231. 2019/10/21 12:08:58 - 2019-10-21
  232. 2019/10/21 09:38:20 - 2019-10-21
  233. 2019/10/19 11:16:13 - 2019-10-19
  234. 2019/10/19 10:19:10 - 2019-10-19
  235. 2019/10/19 09:53:28 - 2019-10-19
  236. 2019/10/18 17:33:40 - 2019-10-18
  237. 2019/10/18 17:21:45 - 2019-10-18
  238. 2019/10/18 11:33:33 - 2019-10-18
  239. 2019/10/18 10:12:07 - 2019-10-18
  240. 2019/10/17 11:36:04 - 2019-10-17
  241. 2019/10/17 10:12:25 - 2019-10-17
  242. 2019/10/17 10:02:54 - 2019-10-17
  243. 2019/10/16 09:03:49 - 2019-10-16
  244. 2019/10/16 07:10:25 - 2019-10-16
  245. 2019/10/15 13:25:43 - 2019-10-15
  246. 2019/10/14 10:46:11 - 2019-10-14
  247. 2019/10/14 07:34:16 - 2019-10-14
  248. 2019/10/13 09:40:54 - 2019-10-13
  249. 2019/10/13 09:29:27 - 2019-10-13
  250. 2019/10/11 10:05:07 - 2019-10-11
  251. 2019/10/09 10:31:47 - 2019-10-09
  252. 2019/10/08 10:20:30 - 2019-10-08
  253. 2019/10/08 10:19:11 - 2019-10-08
  254. 2019/10/07 15:19:16 - 2019-10-07
  255. 2019/10/04 10:35:25 - 2019-10-04
  256. 2019/10/03 14:24:37 - 2019-10-03
  257. 2019/10/03 12:51:54 - 2019-10-03
  258. 2019/10/03 12:11:55 - 2019-10-03
  259. 2019/10/02 12:45:14 - 2019-10-02
  260. 2019/10/02 12:21:38 - 2019-10-02
  261. 2019/09/30 10:16:02 - 2019-09-30
  262. 2019/09/27 10:10:54 - 2019-09-27
  263. 2019/09/24 13:29:10 - 2019-09-24
  264. 2019/09/23 07:43:03 - 2019-09-23
  265. 2019/09/22 09:00:37 - 2019-09-22
  266. 2019/09/21 11:23:15 - 2019-09-21
  267. 2019/09/21 11:06:40 - 2019-09-21
  268. 2019/09/21 10:30:10 - 2019-09-21
  269. 2019/09/19 10:46:14 - 2019-09-19
  270. 2019/09/18 13:48:59 - 2019-09-18
  271. 2019/09/18 11:29:14 - 2019-09-18
  272. 2019/09/18 11:03:12 - 2019-09-18
  273. 2019/09/18 11:02:11 - 2019-09-18
  274. 2019/09/18 10:22:00 - 2019-09-18
  275. 2019/09/17 10:16:41 - 2019-09-17
  276. 2019/09/10 09:37:36 - 2019-09-10
  277. 2019/09/05 07:37:05 - 2019-09-05
  278. 2019/08/22 13:06:52 - 2019-08-22
  279. 2019/08/20 10:17:54 - 2019-08-20
  280. 2019/08/15 09:56:51 - 2019-08-15
  281. 2019/08/04 07:58:08 - 2019-08-04
  282. 2019/08/04 07:55:28 - 2019-08-04
  283. 2019/08/01 09:58:23 - 2019-08-01
  284. 2019/07/30 10:10:39 - 2019-07-30
  285. 2019/07/16 11:03:43 - 2019-07-16
  286. 2019/07/13 13:07:04 - 2019-07-13
  287. 2019/07/13 12:34:58 - 2019-07-13
  288. 2019/07/07 09:43:58 - 2019-07-07
  289. 2019/07/06 20:51:30 - 2019-07-06
  290. 2019/07/03 19:20:23 - 2019-07-03
  291. 2019/07/03 19:16:03 - 2019-07-03
  292. 2019/06/30 12:30:03 - 2019-06-30
  293. 2019/06/25 20:56:57 - 2019-06-25
  294. 2019/06/21 10:04:02 - 2019-06-21
  295. 2019/06/18 12:23:45 - 2019-06-18
  296. 2019/06/11 11:24:47 - 2019-06-11
  297. 2019/06/07 12:58:46 - 2019-06-07
  298. 2019/06/06 10:07:35 - 2019-06-06
  299. 2019/06/06 08:29:39 - 2019-06-06
  300. 2019/05/30 09:48:51 - 2019-05-30
  301. 2019/05/27 08:32:01 - 2019-05-27
  302. 2019/05/26 17:29:00 - 2019-05-26
  303. 2019/05/26 10:46:59 - 2019-05-26
  304. 2019/05/24 09:54:13 - 2019-05-24
  305. 2019/05/23 17:31:37 - 2019-05-23
  306. 2019/05/23 15:01:20 - 2019-05-23
  307. 2019/05/23 14:59:02 - 2019-05-23
  308. 2019/05/23 14:48:57 - 2019-05-23
  309. 2019/05/23 14:34:51 - 2019-05-23
  310. 2019/05/23 12:22:37 - 2019-05-23
  311. 2019/05/23 10:42:04 - 2019-05-23
  312. 2019/05/22 09:33:12 - 2019-05-22
  313. 2019/05/21 19:17:56 - 2019-05-21
  314. 2019/05/21 19:13:08 - 2019-05-21
  315. 2019/05/20 07:20:18 - 2019-05-20
  316. 2019/05/20 07:07:31 - 2019-05-20
  317. 2019/05/19 15:25:56 - 2019-05-19
  318. 2019/05/19 13:24:57 - 2019-05-19
  319. 2019/05/19 10:44:35 - 2019-05-19
  320. 2019/05/19 10:37:44 - 2019-05-19
  321. 2019/05/17 12:12:13 - 2019-05-17
  322. 2019/05/10 11:22:57 - 2019-05-10
  323. 2019/05/10 10:22:35 - 2019-05-10
  324. 2019/05/09 10:58:58 - 2019-05-09
  325. 2019/05/09 10:20:18 - 2019-05-09
  326. 2019/05/08 10:31:18 - 2019-05-08
  327. 2019/05/06 19:24:20 - 2019-05-06
  328. 2019/05/06 11:51:06 - 2019-05-06
  329. 2019/05/06 11:50:43 - 2019-05-06