diff --git a/Zhihu-Enhanced.user.js b/Zhihu-Enhanced.user.js index c45b9c7..82d60b7 100644 --- a/Zhihu-Enhanced.user.js +++ b/Zhihu-Enhanced.user.js @@ -194,9 +194,9 @@ function defaultCollapsedAnswer() { // 一键收起回答(全部) function collapsedAnswer() { if (!menu_value('menu_collapsedAnswer')) return - console.log('1111', document.querySelector('.CornerAnimayedFlex')) + //console.log('1111', document.querySelector('.CornerAnimayedFlex')) if (document.querySelector('.CornerAnimayedFlex') && !document.getElementById('collapsed-button')) { - console.log('2222') + //console.log('2222') document.head.appendChild(document.createElement('style')).textContent = '.CornerButton{margin-bottom:8px !important;}.CornerButtons{bottom:45px !important;}'; document.querySelector('.CornerAnimayedFlex').insertAdjacentHTML('afterBegin', ''); document.getElementById('collapsed-button').onclick = function () {