“Widget:年表標籤/篩選”的版本间差异

删除97字节 、​ 2020年9月12日 (六) 06:45
// 使用Wikiplus小工具快速编辑
标签移动版网页编辑 移动版编辑
(// 使用Wikiplus小工具快速编辑)
标签移动版网页编辑 移动版编辑
document.querySelectorAll('#mw-content-text dl').forEach(function(parent) {
var child = parent.querySelector('dd > :not(.mw-collapsed)');
if(parent.style.display = child) ? '' : 'none';
parent.style.display = '';
else
parent.style.display = 'none';
});
}, 50);
16,874

个编辑