Subscribe
Close

// Autosize iframe
var funcSizeResponse = function( e ) {

var origin = document.createElement( 'a' );
origin.href = e.origin;

// Verify message origin
if ( 'embeds.go.ione.nyc' !== origin.host )
return;

// Verify message is in a format we expect
if ( 'object' !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case 'poll_size:response':
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && '' === iframe.width )
iframe.width = '100%';
if ( iframe && '' === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( 'function' === typeof window.addEventListener ) {
window.addEventListener( 'message', funcSizeResponse, false );
} else if ( 'function' === typeof window.attachEvent ) {
window.attachEvent( 'onmessage', funcSizeResponse );
}
}
if (document.readyState === 'complete') { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', func, false ); }
else if ( document.attachEvent ) { document.attachEvent( 'onreadystatechange', func ); }
} )();

 

Well apparently, there’s a group of people out there who hate his guts.

Like…a big group of people.

In early June, an “I hate Stuart Little” page was started on Facebook and it’s already gained over 51,000 followers.

And the person who started it like really hates Stuart…

Like really REALLY hates him.

 

You would think a little guy trying to be accepted in a big big world would be a universal message for anyone with a heart.

But i guess, with “I hate Stuart Little,” no hearts were given.

The Stuart hateration is so deep, the page has to be a few moves away from being a registered hate group.

A mouse must have hurt these people as kids.

If you want to find out how outrageous these Stuart Little haters can get, be brave and swipe through to the next pages!

 

Stories From Our Partners