Download
Pinegrow Web Editor from official site:
After installing
Spoiler
Win:
Code:
Pinegrow Web Editor\components\dialog-intro-new.html
Mac:
Code:
Pinegrow.app\Contents\Resources\app.nw\components\dialog-intro-new.html
Linux:
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 "