アットウィキロゴ
アサルトリリィwiki
ページ検索 ページ検索 メニュー メニュー
「Spoiler_javascript」の編集履歴(バックアップ)一覧に戻る

Spoiler_javascript - (2025/12/29 (月) 17:35:44) のソース

#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();
}}
記事メニュー
ウィキ募集バナー