「javascript/recent_cmlog_only」の編集履歴(バックアップ)一覧はこちら

javascript/recent_cmlog_only - (2016/11/14 (月) 22:04:31) の最新版との変更点

追加された行は緑色になります。

削除された行は赤色になります。

#js(){{{{{ <script> window.onload = function() { $('div.cmlog_only div.plugin_recent ul.plugin_recent_ul').each(function(){ $(' li',this).each(function(){ if(!($(this).text().match('コメントログ'))){ $(this).css('display', 'none'); } }); }); } </script> }}}}} ---- #divclass(cmlog_only){ #recent(100)}
#js(){{{{{ <script> document.addEventListener('DOMContentLoaded', function() { $('div.cmlog_only div.plugin_recent ul.plugin_recent_ul').each(function(){ $(' li',this).each(function(){ if(!($(this).text().match('コメントログ'))){ $(this).css('display', 'none'); } }); }); }); </script> }}}}} #divclass(cmlog_only){ #recent(100)}

表示オプション

横に並べて表示:
変化行の前後のみ表示: