注册(右键在新窗口打开) 登录
轻之国度 返回首页

jihao1234567的个人空间 https://obsolete1.lightnovel.us/?416528 [收藏] [复制] [分享] [RSS]

留言板

facelist

您需要登录后才可以留言 登录 | 注册(右键在新窗口打开)


jihao1234567 2019-5-8 20:53
(() => {
        let parent = document.querySelector('div.pattl');
        let nodes = Array.from(parent.children);
        nodes.sort((l, r) =>
            l.querySelector('a.xw1').innerText.localeCompare(
                r.querySelector('a.xw1').innerText
            )
        );
        for (let node of nodes) {
            parent.removeChild(node);
            parent.appendChild(node);
        }
    })();

手机版|Archiver|轻之国度

JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

  

GMT+8, 2024-5-19 08:23

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

返回顶部