r0manas
Well-known member
Download Pinegrow Web Editor from official site:
After installing
Mac:
This "hack/trick" bypasses the registration and opens the app
This way you can use/enjoy unlimited trial
EDIT: Just noticed that the "button" automatically adds "Web Editor"
In the example I used "Open Pinegrow Web Editor"
so it became "Open Pinegrow Web Editor Web Editor"

After installing
- In the file:
Code:
Pinegrow Web Editor\components\dialog-intro-new.html
Code:
Pinegrow.app\Contents\Resources\app.nw\components\dialog-intro-new.html
Linux:if you getting error when launch modified app try this:
sudo xattr -rd com.apple.quarantine /APP PATH
Code:
I'll update later when I'll get to linux device ^^
- On line 144 find the element:
HTML:
<p class="text-center"><button type="button" class="btn btn-default cancel btn-primary"> Use Pinegrow </button></p>
- Replace with the button element to close the modal window:
HTML:
<p class="text-center"><button type = "button" class = "open" data-dismiss = "modal" aria-hidden = "true">Open Pinegrow</button></p>


This "hack/trick" bypasses the registration and opens the app
This way you can use/enjoy unlimited trial

EDIT: Just noticed that the "button" automatically adds "Web Editor"
In the example I used "Open Pinegrow Web Editor"
so it became "Open Pinegrow Web Editor Web Editor"

Last edited: