Created
January 5, 2022 13:36
-
-
Save sakuro/221a8f014ee778eea131839f3d802e24 to your computer and use it in GitHub Desktop.
Web版デレぽのテキストを選択可能にするブックマークレット
This file contains 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
javascript:%5B...document.querySelectorAll('.text')%5D.forEach((p)%3D>%7Bp.style.userSelect%3D'text'%3B%7D)%3B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment