Styling inline scripts
Following up on this tweet, I remembered that I have a blog(!) and that I can use it to host and run arbitrary JavaScript and CSS(!).
Here's a rather contrived example of how you could use CSS to make certain <script>
tags visible, and use <details>
+ <summary>
to hide them by default.