What's new

Tutorial Get and save VECTORSTOCK.COM vector/preview image

zackmark29

Forum Expert
Elite
Joined
Mar 25, 2013
Posts
4,231
Solutions
23
Reaction
10,426
Points
2,453
vectorstock.com is helpful minsan sa akin kapag may mga need akong black and white vector na wala sa freepik or any other site.
kaya naisipan kong gumawa ng simple javascript to get the high quality preview image.

So just add this code to your chrome bookmark:

JavaScript:
javascript:(function(){
    var imageUrl = (document.getElementsByClassName("highres")[1].getAttribute("data-src"));
    var fileName = imageUrl.substring(imageUrl.lastIndexOf('/') + 1, imageUrl.length);
    prompt(fileName , imageUrl);
})();

And then browse any image/vector you want to save as jpeg and then click the bookmarklet.
e.g. You do not have permission to view the full content of this post. Log in or register now.

download link result:
1619550189671.png


Now, since preview lang yan mediyo pixelated. Gumamit kayo ng vectormagic para maconvert to vector. Try niyo nalng search kung may thread na dito niyang tool.
1619550270555.png


if you have any question, just ask :)


Kung gusto niyo naman sa shutterstock, gawa rin ako mamaya ng script.
 

Attachments

Last edited:
Back
Top