Why are there so few instances of others complaining about this idiotic behaviour? The image is literally right there on the screen, but chrome can't save it. So does chrome ping the server every time you save a file, even if that file is right the fuck there?
To deal with this bullshit I am going to have to make an extension that downloads images on relevant pages, converts them to base64 text encoding, and stuffs them right into the html. Wew. Good job chrome. Normie browser / 10
James King
Why did you use Chrome in the first place?
Julian Anderson
because all browsers suck so much that it doesn't seem to matter which you end up using
what do you use?
Andrew Phillips
IceCat, Firefox, Palemoon
I would use Links2 or Emacs if they worked on most sites though, terminal browsers are the most secure - but don't use i2p or tor with it.
Connor Thompson
...
Thomas Allen
And it still won't work if the image is used not directly in a html tag but via some convoluted obfuscated data-binding-style jewscript which assumes some things about the tag which will break when doing this replacement even if your script finds out where should the base64 payload go.
I think your better bet is to extract data from browser cache. Not sure if cucked chromium supports that, however.
Or just use fucking Firefox, it's slow at times but afaik it doesn't suffer from that stupidity yet. I mean, it doesn't download shit again when you press fucking Save if it's cached in memory or disk.
Another option is to use local caching proxy, if you trust its code enough that TLS will terminate on it. It should handle all issues of TLS by itself then, that's not easy but if you do that, it should solve the problem once and for all. Unless the image is loaded in some scrambled form and only finally constructed in jewscript.
Aiden Lopez
All browsers are equally suck bro, but chrome are more equal than others.
Adrian Miller
hahahahahhahha
Aaron Morgan
...
Parker Hughes
...
Jack Lee
Right-click the image and click "Copy Image". Then run "xclip -sel c -t image/png -o > filename.png", or paste it into an image editor if you're a pleb.
Brayden Jenkins
Underage detected.
Hudson Reyes
I don't even understand half your post, but I do know it's from 2003. Did you know that Youtube is not the only place people publish videos?
Ethan Walker
lel nice one XD
Now this makes me feel dumb. I haven't copied/pasted an image in probably years so I didn't think of doing that
Jeremiah Nguyen
Took you this long to realize you're retarded? It's never too late to an hero user
Jayden Martin
...
Jaxson Lewis
nah I'm good
Andrew Morales
Holy fuck, and you call other people underage?
Dominic Gomez
...
Brandon Collins
Hey retard, that was originally published as a looping vector animation. A flash file. They were very popular before you were born.
Tyler Butler
...
Leo Williams
Holy FUCK OP you're actually literally retarded. Where de fuck do you think the pics are saved? In a motherfucking cache. A fucking cache that's persistent per session. You just need to find out where the cache is, probably somewhere in /tmp. You could just look it up on google. "Google image cache" gives me a bunch of urls with information.
You morons shouldn't be allowed near a computer, for real.
Ethan Mitchell
Things were simpler back then.
Mason Russell
I hope you used scrot + imagemagick in a for loop for that.
Gabriel Sanders
Are you fucking retarded? Learn 2 read please Pajeet.
Jason Evans
Use chromium with phone home shit stripped out.
Josiah Harris
Horrible b8 m8
Jason Johnson
...
Nicholas Hughes
Are you retarded?
William Wright
i=1while scrot -s $i.png; do mogrify -trim $i.png i=$((i+1))done I think he meant something like this. Is there something wrong with that, as far as methods for cropping screenshots go? -trim automatically removes edges.