Created
June 19, 2024 03:31
-
-
Save codethereforam/8f9750c95bb63ac3ab69dad421c3880c to your computer and use it in GitHub Desktop.
网页文字不能选中解决
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.querySelectorAll('*').forEach(e => e.style.userSelect = 'text'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment