I really don't mean to be THAT GUY

Discussion in 'The Spam Zone' started by ♥♦♣♠Luxord♥♦♣♠, Jul 11, 2014.

  1. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    and stomp all over everyone's creativity, but is there any chance we could cut back on the flashy avatars and sigs? If not that's cool I'll just try to look out for them more but seizure disorders are more common than may you think.

    This is kind of awkward because I hate having people adjust around my "needs" but yeah that would be really helpful.
     
  2. Antidote Façade

    Joined:
    Nov 26, 2006
    294
    I'm assuming this is only for gifs or avatars that change/move really fast?
     
  3. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Yeah exactly, I mean fast moving gifs are fine as long as its not like nothing but flashing colors.
     
  4. Trigger hewwo uwu

    Joined:
    Oct 6, 2006
    Gender:
    Male
    Location:
    Corridors of Time
    1,526
    nah

    but srsli is mine an issue
     
  5. jafar custom title

    Joined:
    Dec 28, 2007
    1,652
    if mine are ever an issue, just let me know outright., since those tend to be my style
     
  6. Antidote Façade

    Joined:
    Nov 26, 2006
    294
    Ah, I see. It's an understandable request. I remember reading one of your posts regarding your condition before.

    I wonder if it would be worth contacting the staff about- I visit another forum where there's an option for each user to 'hide' certain people's avatars and signatures. It's completely customizable through the user settings, and it wouldn't really require others to change the way they do things or leave anyone (like yourself) feeling awkward about asking things like this. Just a thought~
     
  7. Karuta Reborn

    Joined:
    Jul 14, 2012
    Gender:
    Male
    Location:
    Ireland
    975
    453
    ****, sorry. Changed it for u bby
     
  8. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Your sig is fine

    Gotcha, and the recent ones have been 50/50. Some good some bad, and since (if i can recall you change your stuff a lot) i didnt bother. But thanks

    MEANS A LOT DAD
     
  9. Hyuge ✧ [[ Fairy Queen ]]

    Joined:
    Apr 13, 2009
    Gender:
    Female
    Location:
    Camp Half-Blood
    4,188
    @Makaze has a way to disable people's signatures if you don't want to be bothered by the .gifs
     
  10. Laurence_Fox Chaser

    Joined:
    Oct 14, 2006
    Gender:
    non binary
    1,558
    It's not an unreasonable request if it's for your own health and well-being. Seizures are nothing to laugh at as I've had a few myself. [ fyi: I had a mild case of epilepsy that I essentially grew out of with medication and frequent doctor visits. ]
     
  11. Misty gimme kiss

    Joined:
    Sep 25, 2006
    Gender:
    Cisgender Female
    Location:
    alderaan
    6,590
    We've asked people to take down gifs that are too flashy before, so if there's a particular one you're talking about then feel free to report it. Obviously it will need to be a reasonable complaint but flashy gifs are unnecessary.
     
  12. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Normally I don't really give a crap about people's sigs/avvys because artistic stuff is cool as hell. It's just some things can't really be avoided, I take medication daily and whatnot so its not a huge deal and even if I had one due to some flashy thing on this site I wouldn't really be mad.

    It's just if I have one, I am blacklisted by the DMV for six months (I have to go six months with no seizures in order to get off of said "blacklist") which blows because this has happened like twice now. LUCKILY I will be cleared in August, yay freedom.
     
  13. Saxima [screams geometrically]

    Joined:
    Jan 1, 2010
    Location:
    GAY WONTAEK HELL
    2,666
    SUFFERING oh, if my avatar's an issue just shoot me a message. i'm gonna change my theme soon anyway and it'll be a solid image so ~

    ( omg if it really is an issue i'll change it now. i didn't even think about it )
     
  14. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    I might be able to help.

    You can try this to hide sigs...

    To freeze all gifs, use this (use your own @include rules for sites you want):
    Code:
    // ==UserScript==
    // @name	Freeze All GIFs
    // @namespace	Makaze
    // @description	Freezes all animated GIFs on a page.
    // @include	*
    // @grant	none
    // @version	1.0
    // ==/UserScript==
    
    function createElement(type, callback) {
    	var element = document.createElement(type);
    
    	callback(element);
    
    	return element;
    }
    
    function freezeGif(img) {
    	var width = img.width,
    	height = img.height,
    	canvas = createElement('canvas', function(clone) {
    		clone.width = width;
    		clone.height = height;
    	}),
    	attr,
    	i = 0;
    
    	var freeze = function() {
    		canvas.getContext('2d').drawImage(img, 0, 0, width, height);
    
    		for (i = 0; i < img.attributes.length; i++) {
    			attr = img.attributes[i];
    
    			if (attr.name !== '"') {
    				canvas.setAttribute(attr.name, attr.value);
    			}
    		}
    
    		canvas.style.position = 'absolute';
    		
    		img.parentNode.insertBefore(canvas, img);
    		img.style.opacity = 0;
    	};
    
    	if (img.complete) {
    		freeze();
    	} else {
    		img.addEventListener('load', freeze, true);
    	}
    }
    
    function freezeAllGifs() {
    	return new Array().slice.apply(document.images).map(freezeGif);
    }
    
    freezeAllGifs();
     
    Last edited: Jul 11, 2014
  15. Jiηx You're such a loser.

    Joined:
    Sep 27, 2006
    Gender:
    Lord
    Location:
    Twisting like a flame in a slow dance, baby.
    1,426
    Yeah, flashy hurts.
     
  16. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    You're fine don't worry about it. Thank you though.

    Oh cool man thanks.
     
  17. . : tale_wind Ice to see you!

    Joined:
    Nov 19, 2010
    Gender:
    Cisgender Male
    Location:
    The Realm of Sleep
    3,752
    BATGIRL MAKAZE TO THE RESCUE
     
  18. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Updated the freezing code since it didn't affect avatars (which are incorrectly loaded as JPGs).

    Note that this script effectively renders all images unsaveable... Win some, you lose some.

    EDIT: Scratch that. Updated again. They can be saved now (in their original form).
     
    Last edited: Jul 11, 2014
  19. Hayabusa Venomous

    Joined:
    Feb 3, 2008
    Gender:
    Cisgender Male
    Location:
    Tokyo-3
    2,519
    Good thing I'll never have GIF's in my stuff.
     
  20. Jin うごかないで

    Joined:
    Jul 19, 2010
    Gender:
    Heck
    Location:
    ?
    290
    All of the above about letting me know and stuff..though I don't really use gif avatars but if my sig's a problem then let me know