http://100.jpg.to Nice.
http://(Type any keyword here).jpg.to
61–70 of 129 posts
Re: http://(Type any keyword here).jpg.to
#62Earlier quoted context omitted.
Which keyword did you type? Try using shorter words like http://stevejobs.jpg.to
The suggested links. http://apple.jpg.to doesn't work for me.
Re: http://(Type any keyword here).jpg.to
#631. Can you make this faster to type than a browser extension that searches from the address bar (or in Chrome's case, omnibox)?
2. How do you account for false positives, like a picture that doesn't match the word?
Re: http://(Type any keyword here).jpg.to
#64also the dns is not setup corectly to handle spaces in domains mentioned here
Re: http://(Type any keyword here).jpg.to
#65Note that you can put in spaces by using dots or %2b http://large.gorilla.eating.a.taco.jpg.to/ http://baby%2belephant.jpg.to/
UTF8 characters are supported too! e.g. http://ハッカー.jpg.to (ハッカー means hacker in japanese, I found it from google translate)
Re: http://(Type any keyword here).jpg.to
#66I like the idea, and it works. Here's two constructive concerns: 1. Can you make this faster to type than a browser extension that searches from the address bar (or in Chrome's case, omnibox)? 2. How do you account for false positives, like a picture that doesn't match the word?
Re: http://(Type any keyword here).jpg.to
#67looks like a catchall apache url rewrite rule with some rewriting voodoo to corresponding google image hits, pretty lame imho also the dns is not setup corectly to handle spaces in domains mentioned here
Re: http://(Type any keyword here).jpg.to
#68Re: http://(Type any keyword here).jpg.to
#69It is the first image result on google image search. The previous comments on different keywords verified this. To amaze yourself, try "sex" and "male" behind-the-scene technical aspect are not difficult to realize (either google image API, which is deprecated, or parse the result of http://www.google.com/search?tbm=isch&hl=en&source=h... and get the first image url after a predefined string anchor, say ), but the id…
Very nice observation!
Give user option to get more photo (in ways like: /1, /2) as the index of result page. Or even randomize the result (provide an option to random deliver the result, so same call doesn't result in the same image) might serve the user good. lots of ideas.