TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Bookmarklet to view full size photos from Google Images

219 pointsby d3vrover 7 years ago

15 comments

fredleyover 7 years ago
This sort of thing is why I haven&#x27;t completely lost hope in the web, yet. The power is still in the hands of the user. Don&#x27;t like a site&#x27;s style? Fix it yourself. Feature you like been removed? Write your own extension to put it back.<p>Sure it&#x27;s work, but ultimately no entity on the web can absolutely control how you choose to consume their content, only try and make it difficult for you.
评论 #16392225 未加载
评论 #16393481 未加载
评论 #16391695 未加载
mmelover 7 years ago
Google seems to taken up a mantra of &quot;if it ain&#x27;t broke, break it&quot; lately.
评论 #16390249 未加载
评论 #16391141 未加载
评论 #16392283 未加载
评论 #16390276 未加载
retSavaover 7 years ago
Also useful, boorkmarklet to make all text black:<p><pre><code> javascript:(function(){var%20i,x;for(i=0;x=document.getElementsByTagName(&quot;*&quot;)[i];++i)x.style.color=&quot;#000000&quot;;})(); </code></pre> and to allow text selection (I manically select text while reading, sorry fellow office inhabitants),<p><pre><code> javascript:(function(){function%20allowTextSelection(){window.console&amp;&amp;console.log(&#x27;allowTextSelection&#x27;);var%20style=document.createElement(&#x27;style&#x27;);style.type=&#x27;text&#x2F;css&#x27;;style.innerHTML=&#x27;*,p,div{user-select:text%20!important;-moz-user-select:text%20!important;-webkit-user-select:text%20!important;}&#x27;;document.head.appendChild(style);var%20elArray=document.body.getElementsByTagName(&#x27;*&#x27;);for(var%20i=0;i&lt;elArray.length;i++){var%20el=elArray[i];el.onselectstart=el.ondragstart=el.ondrag=el.oncontextmenu=el.onmousedown=el.onmouseup=function(){return%20true};if(el%20instanceof%20HTMLInputElement&amp;&amp;[&#x27;text&#x27;,&#x27;password&#x27;,&#x27;email&#x27;,&#x27;number&#x27;,&#x27;tel&#x27;,&#x27;url&#x27;].indexOf(el.type.toLowerCase())&gt;-1){el.removeAttribute(&#x27;disabled&#x27;);el.onkeydown=el.onkeyup=function(){return%20true};}}}allowTextSelection();})();</code></pre>
评论 #16393182 未加载
federicoponziover 7 years ago
I was asking myself why this was there in HN top, headed to Google Images and yes, it dosen&#x27;t provide a direct link to the image anymore :&#x2F; This is going to be very harder for a normal user to download an image at full resoultion. Well done with this script :)
评论 #16391252 未加载
rbxover 7 years ago
I am missing the point why this bookmarklet is needed. You right click the preview image that google gives and either &#x27;Open Image in new tab&#x27; or &#x27;Copy image address&#x27;, or even &#x27;Save Image&#x27;. Actually Googles change makes it easier to handle images, since you get directly the original in the preview view, instead of some cached version... what am I missing?
评论 #16392909 未加载
评论 #16393197 未加载
Pxtlover 7 years ago
This whole thing is silly, and I think the google image search team brought it on themselves.<p>For a while, on mobile Google Image Search result pages, it was impossible to find a link to the image in its actual context in the actual site. Like, you&#x27;d Google Image search something and see something interesting in an SRP, but then you couldn&#x27;t find out what it was. Maybe there was a way to do it, but the UI was too opaque to figure it out.<p>This obviously peeved some people off, and now the Image Results page had to pivot too hard in the other direction. Whereas if they&#x27;d made both options clear and visible, likely they never would&#x27;ve faced whatever internal pushback they had from rightsholders and advertisers about GISRP&#x27;s terrible UI.<p>And now we&#x27;re working around this awful UI even further.
arsover 7 years ago
Can you please not make the link an enormous button? I&#x27;m having quite a difficult time dragging it to my bookmarks since it covers 1&#x2F;4 of my screen, making it really hard to see where I want to put it.
评论 #16391273 未加载
评论 #16391268 未加载
评论 #16392294 未加载
bprasannaover 7 years ago
So fast to come up with a workaround! Great
robbrown451over 7 years ago
Thanks. What a stupid change on Google&#x27;s part.
评论 #16390215 未加载
jmiserezover 7 years ago
Works on Safari Mobile (with “Request Desktop Site”).<p>But even better: Google is still linking to the image on the mobile page. Just long press on the search result image in Mobile Safari, then press Copy to get the direct image URL, then open the URL. Wonder how long that will work.
评论 #16394513 未加载
therealmarvover 7 years ago
Another alternative (works automatically):<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;straight-to-full-size-for&#x2F;ghhmhdkbiodiengmhbbpjkcjodingned" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;straight-to-full-s...</a>
评论 #16390976 未加载
评论 #16391083 未加载
Ritsuko_akagiover 7 years ago
For some reason, I find it getting harder to find relevant pictures using google images. It almost always messes up what I want by showing the most popular &#x2F; vaguely relevant &#x2F; search history based something.
评论 #16393234 未加载
busterarmover 7 years ago
It&#x27;s been broken on iOS (maybe all mobile?) for the longest now...
评论 #16390771 未加载
dylan604over 7 years ago
I&#x27;m honestly confused by this. Why are people wanting the full sized image unless they are trying to use it for their own purpose? I use image search from Google as a way to find images, without searching multiple sites. However, I&#x27;m not looking to use that image for anything other than &quot;yes, that&#x27;s what I&#x27;m looking for, take me to the site that has that image&quot;.<p>Maybe I&#x27;m just being dense and hangry (need to go to lunch), but what are legit reasons for this?
评论 #16394708 未加载
评论 #16395843 未加载
评论 #16394711 未加载
wand3rover 7 years ago
What is a bookmarklet?
评论 #16391278 未加载