Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created June 19, 2024 03:31
Show Gist options
  • Select an option

  • Save codethereforam/8f9750c95bb63ac3ab69dad421c3880c to your computer and use it in GitHub Desktop.

Select an option

Save codethereforam/8f9750c95bb63ac3ab69dad421c3880c to your computer and use it in GitHub Desktop.
网页文字不能选中解决
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