Last active
March 28, 2022 12:27
-
-
Save watab0shi/dab7667cc2ae1324f43011f72b009a3a to your computer and use it in GitHub Desktop.
p5.js Editor の左右を入れ替えるブックマークレット
This file contains hidden or 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:(()=>{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