Skip to content

Instantly share code, notes, and snippets.

@curegit
Created September 10, 2024 05:19
Show Gist options
  • Save curegit/5032e402fed13a03c675b59b080f32cb to your computer and use it in GitHub Desktop.
Save curegit/5032e402fed13a03c675b59b080f32cb to your computer and use it in GitHub Desktop.
ページの CSS を締め出すブックマークレット
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