Last active
October 30, 2022 16:19
-
-
Save 0187773933/81dd56e19d309b968f7dbcb45711e893 to your computer and use it in GitHub Desktop.
Open "App" Version of PhotoPea
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
#!/bin/bash | |
# https://peter.sh/experiments/chromium-command-line-switches/ | |
# Load-Extension Flag CANNOT have spaces in path or even escaped spaces | |
# https://crxextractor.com | |
# https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm | |
open -n -a "Brave Browser" --args \ | |
-incognito \ | |
-app="https://photopea.com" | |
#open -n -a "Google Chrome Canary" --args \ | |
#-incognito \ | |
#--load-extension="/Users/morpheous/Tresors/Misc/APPLICATIONS_2/ChromeExtensions/UblockOrigin/ublock_origin" \ | |
#-kiosk "https://photopea.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment