Created
September 10, 2024 05:19
-
-
Save curegit/5032e402fed13a03c675b59b080f32cb to your computer and use it in GitHub Desktop.
ページの CSS を締め出すブックマークレット
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: [...document.styleSheets].forEach(x => x.disabled = true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment