Skip to content

Instantly share code, notes, and snippets.

@watab0shi
Last active March 28, 2022 12:27
Show Gist options
  • Select an option

  • Save watab0shi/dab7667cc2ae1324f43011f72b009a3a to your computer and use it in GitHub Desktop.

Select an option

Save watab0shi/dab7667cc2ae1324f43011f72b009a3a to your computer and use it in GitHub Desktop.
p5.js Editor の左右を入れ替えるブックマークレット
javascript:(()=>{const e=document.querySelector('.editor-preview-container>.SplitPane>.Pane>.SplitPane');e.style.flexDirection=e.style.flexDirection==='row'?'row-reverse':'row';})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment