Ahhhhh, I see in the past couple hours Anandtech has added a new feature.

shortylickens

No Lifer
Jul 15, 2003
80,287
17,082
136
All I can say is:


excellent-blog.jpg



EDIT:
Or was it GodlessAstronomer?
 

Jeff7

Lifer
Jan 4, 2001
41,596
20
81
About flippin' time. :)

And maybe also add a button at the top of the page, "View all images at full resolution."
 

l0cke

Diamond Member
Dec 12, 2005
3,790
0
0
Man, now my script that I have had since forever ago is redundant.
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
So the new feature is auto-image resizing? Hard to tell since I'm running so many scripts.
 
Oct 27, 2007
17,009
5
0
WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access my other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

And my implementation is superior as it offers the user a FUCKING OPTION and lets the user select the image size. FUCK.
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access to other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

simpsons_nelson_haha2.jpg
 

Jeff7

Lifer
Jan 4, 2001
41,596
20
81
You need an auto-unresizer script :p
Nah, just get her this.

"One toy for you, one toy for me."



WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access my other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

And my implementation is superior as it offers the user a FUCKING OPTION and lets the user select the image size. FUCK.
You're welcome. :p



FUCK, apparently.:D
 

shortylickens

No Lifer
Jul 15, 2003
80,287
17,082
136
WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access my other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

And my implementation is superior as it offers the user a FUCKING OPTION and lets the user select the image size. FUCK.

:eek:
Something tells me I am disappoint.
 

Ika

Lifer
Mar 22, 2006
14,264
3
81
WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access my other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

And my implementation is superior as it offers the user a FUCKING OPTION and lets the user select the image size. FUCK.

You spent three hours for an ATOT script? :awe:
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
I prefer the greasemonkey script to ATOTs implementation. Is there some way to turn off the ATOT resizing?
 

Lifted

Diamond Member
Nov 30, 2004
5,748
2
0
WHAT THE FUCKING SHIT THIS IS THE WORST LUCK EVER!

I just spent 3 hours this morning extending my Chrome extension for EXACTLY this fucking feature, implemented almost exactly like this. I walked across the road to access my other PC to do one final test before releasing the extension update and find they've implemented this feature JUST AFTER I WASTED MY SUNDAY FUCKING MORNING. FUCK!!

And my implementation is superior as it offers the user a FUCKING OPTION and lets the user select the image size. FUCK.

:confused:

I did the same this morning as well, but it took me about 15 seconds to do this the w/ greasemonkey in firefox.
 
Oct 27, 2007
17,009
5
0
I did the same this morning as well, but it took me about 15 seconds to do this the w/ greasemonkey in firefox.
Before I started this extension I had never used Javascript in my life, so I'm learning as I go (and JS is perhaps the ugliest and most heinous language since PHP). I spent a good couple of hours just figuring out how to make the image onload event fire consistently (which, it turns out, isn't possible. I had to trick the DOM). My code also has full input validation and error checking. I've never used Greasemonkey so I dunno what it's like.