document.querySelectorAll('style,link[rel="stylesheet"]').forEach(item => item.remove()). This removes both inline and linked CSS.
確定! 回上一頁