Skip to content
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

More sources from https://www.shopify.com #25

Open
heyalexej opened this issue Aug 10, 2015 · 0 comments
Open

More sources from https://www.shopify.com #25

heyalexej opened this issue Aug 10, 2015 · 0 comments

Comments

@heyalexej
Copy link
Owner

var e = document.getElementsByTagName("a");
for(i = 0; i < e.length; i++){
var s = e[i].href;
var t = e[i].text;
    if(!s.match('shopify')){
    console.log(t + "," + s);
    }
}

Unsplash,https://unsplash.com/
Gratisography,http://www.gratisography.com/
Little Visuals,http://littlevisuals.co/
Superfamous,http://superfamous.com/
Life of Pix,http://www.lifeofpix.com/
Startup Stock,http://startupstockphotos.com/
MMT,http://mmt.li/
Pexels,http://www.pexels.com/
Magdeleine,http://magdeleine.co/
Jay Mantri,http://jaymantri.com/
Stock Snap,https://stocksnap.io/
Re:splashed,http://www.resplashed.com/
Picography,http://picography.co/
ISO Republic,http://isorepublic.com/
StokPic,http://stokpic.com/
Wefunction,http://wefunction.com/
Raumrot,http://www.raumrot.com/
FoodiesFeed,http://foodiesfeed.com/
Bucketlistly,http://photos.bucketlistly.com/
Cupcake,http://cupcake.nilssonlee.se/
Getrefe,http://getrefe.tumblr.com/
SplitShire,http://splitshire.com/

Ripped straight from shopify.com. Needs deduping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant