Language…
10 users online: AJ1Ayrton, Daizo Dee Von, GRIMMKIN, Hidincuzimsmokin, Klug, Oskise,  Ringo, Rykon-V73,  Telinc1, Tsquare07 - Guests: 248 - Bots: 396
Users: 64,795 (2,375 active)
Latest user: mathew

Global name colors userscript! (Also a color request thread)

  • Pages:
  • 1
  • 2
Are you a user of SMWC+, and decided that static name colors aren't enough?

Or do you want to show off your color to other people?

Well, I have the userscript for you! Here it is if you're too lazy to read the rest of the post.

About userscripts:

You will need to install Tampermonkey for Chrome or Greasemonkey for Firefox. Then just click on the link and press install when prompted. Tampermonkey auto-updates scripts, not sure about Greasemonkey yet.

Note to Mods/Admins before you get mad:
I would like to know a list of banned name colors and animations, and if you want me to shut this down just ask (before everything gets messy ;) ).
Also, I am planning to add a glow to anybody who has a custom name color before this userscript, so people with UotM or Mods/Admins don't lose recognition.
Code for glow:

Code
var normalNames = ["rgb(124, 96, 176)", "rgb(151, 172, 239)", "rgb(241, 133, 201)", "rgb(65, 74, 103)",
                    "rgb(98, 47, 79)", "rgb(56, 34, 94)", "rgb(166, 217, 219)", "rgb(136, 136, 136)", "rgb(119, 85, 85)"];
var glowIfNotNormal = function (i) {
    if(this != null && this.style != null && $.inArray(this.style.color, normalNames) === -1) {
        this.style.textShadow = "0 0 2px " + this.style.color;
    }
};
$(window).on('load', (function () {
    $("a[href^=\"/?p=profile&id=\"]").each(glowIfNotNormal);
}));


If you want to request your color/animation, just paste the hex codes in order in a post below this. As you can see, my name is rainbow :3 I will update colors once every 24 hours.

EDIT: From now on, this script will be hosted (BUT NOT MANTAINED OR UPDATED) by Erik557. Erik will only add colors, not new features.
Change my name color to #14B2B7 please.

And just for the record I sort of beta-tested this. :ok_hand:
can I have #21FF21 please #ab{:)}
End of this message.
#FFFFFF
Sponsored by your local carniceria
I'll take color #29A6B8
I play forum games and draw furries. I'm mostly active on Discord and Twitter.


....yeah, unless I am misunderstanding your script here, changing your name color via css is direct violation of of the SMWC rules.
Custom name colors are only there for those that have earned them. If you haven't earned them, then you are stuck with the default colors.
Simple as that.
Layout by LDA during C3.
Far as I can understand this script will change certain users' colors only for those who have it installed. Technically not a violation of the rules* as it isn't something directly on the site and as a consequence it's 100% out of our control.

But it's still pretty lame, I don't see why you'd obsess over having a color others can see if one, very few people will see it and two, is through a system where anyone in the site can get one, which makes it feel not special (if it becomes popular the site will become a rainbowfest for you). Also the novelty of a custom color wears off in a week (unlike custom titles, those are what can make you look cool). Seriously custom colors are boring.

* Kieran has the final word in this
It's easily the best thing I've done
So why the empty numb?
Ooh! Finally!!

hey Moo, i'll go by #00ff99. If you could...
Originally posted by Koopster
But it's still pretty lame, I don't see why you'd obsess over having a color others can see if one, very few people will see it and two, is through a system where anyone in the site can get one, which makes it feel not special (if it becomes popular the site will become a rainbowfest for you). Also the novelty of a custom color wears off in a week (unlike custom titles, those are what can make you look cool). Seriously custom colors are boring.


The default colors are complete and utter shit and the staff refused to allow some other generic colors to be used before so I guess we decided to take matters into our own hands. Custom name colors are cool looking and honestly, speaking as someone who has a custom title, its nothing to freak out over. It only cost five dollars. Not to mention that any user who's been around the userbase long enough can tell who's staff and who's not even if a bunch of people have custom colors.

Also you're staff and you have a custom color so its hard to take you seriously when you say "name colors are lame LOL."

Frankly I don't see why this is a problem for anyone.
Can I have #F185C9 please? Thanks.

And don't worry, userscripts neither break rules nor should they really, considering it's just local styling changes.

Originally posted by Koopster
Seriously custom colors are boring.

If they're so boring and unspecial then what do you have against other people using them #wario{-_-?}
Your layout has been removed.
Originally posted by Koopster
Far as I can understand this script will change certain users' colors only for those who have it installed. Technically not a violation of the rules* as it isn't something directly on the site and as a consequence it's 100% out of our control.

But it's still pretty lame, I don't see why you'd obsess over having a color others can see if one, very few people will see it and two, is through a system where anyone in the site can get one, which makes it feel not special (if it becomes popular the site will become a rainbowfest for you). Also the novelty of a custom color wears off in a week (unlike custom titles, those are what can make you look cool). Seriously custom colors are boring.

* Kieran has the final word in this


Posting from school because :+1:

That's why I'm adding a glow to people who have a name color before the user script, so they don't lose recognition. People who have earned a color won't be lost.

Also, you can get animations like my name ;)

Colors will be updated when I get home.
Wait then why does Pixel-Gon have a glowing color? Is it because he tested the userscript before you publicized it? Because if so then I should get a glowing name color as well uwu.
You can ask for one :)

You don't have to be a beta tester lmai
Alrighty then. Have the lowest color be what my current color is, and have my highest color be #AAEBED.
I would like to go with #2E64FE with a shade of #FE2E2E, please?


Have a frost day~
Colors have been updated as of this post.

EDIT: Glowing has been added. @mods if you want me to make any changes, just ask.
can i have that rainbow color thing like you do moo?
Hi, I'm a signature!
Hack Thread
Hack Testing Status: Available.
Layout by Koopster.
Why don't I have my glow #wario{:U}
Your layout has been removed.
Originally posted by leod
Why don't I have my glow #wario{:U}



Have a frost day~
Originally posted by leod
Why don't I have my glow #wario{:U}


Because your color is a default color. That's how I check for glows.
  • Pages:
  • 1
  • 2