「Spoiler_javascript」の編集履歴(バックアップ)一覧はこちら
Spoiler_javascript - (2025/12/29 (月) 17:35:44) の1つ前との変更点
追加された行は緑色になります。
削除された行は赤色になります。
#javascript(){{
function IsSpoilerOn() {
return (localStorage['spoilerCheck'] || '') == 'true';
}
function spoilerFunc() {
if (self.IsSpoilerOn()) {
$('.SpoilerOff').hide();
$('.SpoilerOn > :not(.plugin_include), .SpoilerOn > table > tbody > tr:first-child > td:nth-last-of-type(n+1), .SpoilerOn > .plugin_include > table > tbody > tr:first-child > td:nth-last-of-type(n+1)').hide();
$('.SpoilerOn > table, .SpoilerOn > table > tbody > tr:first-child > td:nth-last-of-type(1), .SpoilerOn > .plugin_include > table, .SpoilerOn > .plugin_include > table > tbody > tr:first-child > td:nth-last-of-type(1)').show();
}
}
spoilerFunc();
}}
#javascript(){{
function IsSpoilerOn() {
return (localStorage['spoilerCheck'] || '') == 'true';
}
function spoilerFunc() {
if (self.IsSpoilerOn()) {
$('.SpoilerOff').hide();
$('.SpoilerOn > :not(.plugin_include), .SpoilerOn > .plugin_include > *, .SpoilerOn > table > tbody > tr:first-child > td:nth-last-of-type(n+1), .SpoilerOn > .plugin_include > table > tbody > tr:first-child > td:nth-last-of-type(n+1)').hide();
$('.SpoilerOn > table, .SpoilerOn > table > tbody > tr:first-child > td:nth-last-of-type(1), .SpoilerOn > .plugin_include > table, .SpoilerOn > .plugin_include > table > tbody > tr:first-child > td:nth-last-of-type(1)').show();
}
}
spoilerFunc();
}}
表示オプション
横に並べて表示:
変化行の前後のみ表示: