-
Notifications
You must be signed in to change notification settings - Fork 148
New Windows extension #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
|
Doesn’t the network extension from turbowarp gallery do this |
It does, but this one has all of the possible features from window.open() in JavaScript, it can close the windows via custom IDs, and also can check if windows are open or closed via their custom ID. So effectively, this is a more advanced version for the specific use. |
|
its ridiculous how long that block is. I dont want to merge this like that because it would be really hard to work with in a project. Please split it into multiple blocks, or blocks with drop downs to set properties |
I didn't think it would be an issue but considering the fact that some of the properties aren't as important, I'll make a "set property" block for individual properties, and only keep the width, height, distance from left, and distance from right in the actual open window block to save block usage in practical use. |
Lets you open websites in new windows.
I didn't know how I was meant to provide an extension image so I just uploaded it into the Monochromasity folder in the images folder (it is also at the bottom of this PR description). I spent a long time making this so it would be nice if it was added
Let me know if there's anything you want me to change, I'm happy to do so :)