Custom Titles Without the Wait

Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Ever since TOTD abandoned us, nobody has stepped in to replace his Coup script for custom titles.

So I've whipped up a little auto-updating script that can serve us for now.
I hope to have it at some point where you can visit my host site, fill in the info you want, and then it will add itself to the script, but for now this will do.

You know the drill.
https://userstyles.org/styles/115872/sep7agon-net-custom-titles

However, this time it's a little different.
You are going to need to ever so slightly edit the code yourself to make it functional, because of Stylish's rules.

Simply do the following:
Go to "Manage Installed Styles" in the toolbar button.
Select "Edit" under "Sep7agon.net Custom Titles"
And delete the first two characters, or /* from the very first line.

Click save.

That's all it takes.

Post the title you want along with your userID number in the comments below.
(You can find your userID as the last number in the url after clicking the "Modify Profile" button on your profile page, or you might know it already)

You'll never have to update this script afterwards.

If you want your old title from TOTD's Coup
This is his CSS, find your name and copy the whole block, then paste it into the comments below.
/** Deci **/
.userID_791 .trust_title, .userID_791 .rank_title {
    font-size: 0;
}

.userID_791 .rank_title::after {
    content: "Developer";
    font-size: 13px;
     margin-left: -3px;
}
         
/** Rocketman **/
.userID_220 .trust_title, .userID_220 .rank_title {
    font-size: 0;
}

.userID_220 .rank_title::after {
    content: "Jesus Freak";
    font-size: 13px;
     margin-left: -3px;
}
         
/** Elegiac **/
.userID_189 .trust_title, .userID_189 .rank_title {
    font-size: 0;
}

.userID_189 .rank_title::after {
    content: "Flight of the Conchords";
    font-size: 13px;
     margin-left: -3px;
}

/** Desticle **/
.userID_481 .trust_title, .userID_481 .rank_title {
    font-size: 0;
}

.userID_481 .rank_title::after {
    content: "Autismo Lord";
    font-size: 13px;
     margin-left: -3px;
}

/** Vien **/
.userID_23 .trust_title, .userID_23 .rank_title {
    font-size: 0;
}

.userID_23 .rank_title::after {
    content: "Lizard Lover";
    font-size: 13px;
     margin-left: -3px;
}

/** Verbatim **/
.userID_341 .trust_title, .userID_341 .rank_title {
    font-size: 0;
}

.userID_341 .rank_title::after {
    content: "Edge Master";
    font-size: 13px;
     margin-left: -3px;
}

/** SecondClass **/
.userID_5 .trust_title, .userID_5 .rank_title {
    font-size: 0;
}

.userID_5 .rank_title::after {
    content: "Alpha Bitch";
    font-size: 13px;
     margin-left: -3px;
}

/** Sol **/
.userID_113 .trust_title, .userID_113 .rank_title {
    font-size: 0;
}

.userID_113 .rank_title::after {
    content: "Testing, 1 2 3";
    font-size: 13px;
     margin-left: -3px;
}

/** Kinder **/
.userID_7 .trust_title, .userID_7 .rank_title {
    font-size: 0;
}

.userID_7 .rank_title::after {
    content: "A BIG GUY";
    font-size: 18px;
     margin-left: -3px;
}
.userID_7 .nameplates {
    background-image: url("http://i.imgur.com/gmrIsl9.png") !important;
}


/** Ushan **/
.userID_397 .trust_title, .userID_397 .rank_title {
    font-size: 0;
}

.userID_397 .rank_title::after {
    content: "Filthy Norwegian";
    font-size: 13px;
     margin-left: -3px;
}

/** Zesty **/
.userID_221 .trust_title, .userID_221 .rank_title {
    font-size: 0;
}

.userID_221 .rank_title::after {
    content: "Autism Speaks";
    font-size: 13px;
     margin-left: -3px;
}

/** Napalm **/
.userID_39 .trust_title, .userID_39 .rank_title {
    font-size: 0;
}

.userID_39 .rank_title::after {
    content: "Imperial Crusader of Westernization Against The Eastern Hordes";
    font-size: 13px;
     margin-left: -3px;
}

/** TBlocks **/
.userID_41 .trust_title, .userID_41 .rank_title {
    font-size: 0;
}

.userID_41 .rank_title::after {
    content: "Pegboy Supreme";
    font-size: 13px;
     margin-left: -3px;
}

/** Yuta **/
.userID_75 .trust_title, .userID_75 .rank_title {
    font-size: 0;
}

.userID_75 .rank_title::after {
    content: "Niggerman";
    font-size: 13px;
     margin-left: -3px;
}

/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px;
}

/** Goji **/
.userID_331 .trust_title, .userID_331 .rank_title {
    font-size: 0;
}

.userID_331 .rank_title::after {
    content: "Dubs";
    font-size: 13px;
     margin-left: -3px;
}

/** Tru **/
.userID_38 .trust_title, .userID_38 .rank_title {
    font-size: 0;
}

.userID_38 .rank_title::after {
    content: "あなたのアバターは彼女を思い出させる。";
    font-size: 13px;
     margin-left: -3px;
}

/** Catzilla **/
.userID_318 .trust_title, .userID_318 .rank_title {
    font-size: 0;
}

.userID_318 .rank_title::after {
    content: "わたしは、あなたを愛しています";
    font-size: 13px;
     margin-left: -3px;
}

/** Naru **/
.userID_195 .trust_title, .userID_195 .rank_title {
    font-size: 0;
}

.userID_195 .rank_title::after {
    content: "Tacoboy in The Year 2025";
    font-size: 13px;
     margin-left: -3px;
}

/** Snake **/
.userID_597 .trust_title, .userID_597 .rank_title {
    font-size: 0;
}

.userID_597 .rank_title::after {
    content: "Legendary Hero";
    font-size: 13px;
     margin-left: -3px;
}

/** Septy **/
.userID_139 .trust_title, .userID_139 .rank_title {
    font-size: 0;
}

.userID_139 .rank_title::after {
    content: "Literally Dildos";
    font-size: 16px;
     margin-left: -3px;
}

/** LC **/
.userID_49 .trust_title, .userID_49 .rank_title {
    font-size: 0;
}

.userID_49 .rank_title::after {
    content: "Distributor of Mythic";
    font-size: 13px;
     margin-left: -3px;
}

/** Nuka **/
.userID_141 .trust_title, .userID_141 .rank_title {
    font-size: 0;
}

.userID_141 .rank_title::after {
    content: "Per Aspera Ad Astra";
    font-size: 13px;
     margin-left: -3px;
}

/** Lizard **/
.userID_27 .trust_title, .userID_27 .rank_title {
    font-size: 0;
}

.userID_27 .rank_title::after {
    content: "Hitman";
    font-size: 13px;
     margin-left: -3px;
}

/** Korra **/
.userID_51 .trust_title, .userID_51 .rank_title {
    font-size: 0;
}

.userID_51 .rank_title::after {
    content: "Legend of Sep7agon";
    font-size: 13px;
     margin-left: -3px;
}

EDIT: Oh, and if you ever want to change your title again, just send me a PM.
Last Edit: July 02, 2015, 07:42:59 AM by Sᴏʟ Sᴘɪʀɪᴛ


 
DAS B00T x2
| Cultural Appropriator
 
more |
XBL:
PSN:
Steam:
ID: DAS B00T x2
IP: Logged

37,910 posts
This is not the greatest sig in the world, no. This is just a tribute.
Jokes on you, I'm not gonna use it.


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Jokes on you, I'm not gonna use it.
Reported.


 
DAS B00T x2
| Cultural Appropriator
 
more |
XBL:
PSN:
Steam:
ID: DAS B00T x2
IP: Logged

37,910 posts
This is not the greatest sig in the world, no. This is just a tribute.


Tyger | Elite Four Inconceivable!
 
more |
XBL: TP_OneThree
PSN: Tyger_Power
Steam:
ID: Tyger
IP: Logged

10,651 posts
 
Quote
/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px


Wait what :(


 
cxfhvxgkcf-56:7
| Marty Inconceivable!
 
more |
XBL:
PSN:
Steam:
ID: SoporificSlash
IP: Logged

15,844 posts
 
This user has been blacklisted from posting on the forums. Until the blacklist is lifted, all posts made by this user have been hidden and require a Sep7agon® SecondClass Premium Membership to view.


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Lol TOTD didn't even actually make that
I know. But it was his.

You want a title or not?


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Quote
/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px


Wait what :(
I hope that's what you wanted.
Because it's what I put.


N/A | Mythic Inconceivable!
 
more |
XBL:
PSN:
Steam:
ID: Zenmaster
IP: Logged

7,870 posts
 
This user has been blacklisted from posting on the forums. Until the blacklist is lifted, all posts made by this user have been hidden and require a Sep7agon® SecondClass Premium Membership to view.


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Needs more cute boys in it.
I can put a cute boy in you.


 
TB
| Hero of the Wild
 
more |
XBL:
PSN:
Steam:
ID: TBlocks
IP: Logged

17,409 posts
#13
oh joy, oh bliss my title...


Tyger | Elite Four Inconceivable!
 
more |
XBL: TP_OneThree
PSN: Tyger_Power
Steam:
ID: Tyger
IP: Logged

10,651 posts
 
Quote
/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px


Wait what :(
I hope that's what you wanted.
Because it's what I put.
I never even knew that i had one at all. I never used his coup thing because I already had elite four


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Quote
/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px


Wait what :(
I hope that's what you wanted.
Because it's what I put.
I never even knew that i had one at all. I never used his coup thing because I already had elite four
You can be Elite Four "Insert descriptor here" if you like.


Tyger | Elite Four Inconceivable!
 
more |
XBL: TP_OneThree
PSN: Tyger_Power
Steam:
ID: Tyger
IP: Logged

10,651 posts
 
Quote
/** Tyger **/
.userID_548 .trust_title, .userID_548 .rank_title {
    font-size: 0;
}

.userID_548 .rank_title::after {
    content: "Used To Be Cool";
    font-size: 13px;
     margin-left: -3px


Wait what :(
I hope that's what you wanted.
Because it's what I put.
I never even knew that i had one at all. I never used his coup thing because I already had elite four
You can be Elite Four "Insert descriptor here" if you like.
well I'm not going to use this just like I didnt use the last one, I just didn't know TOTD had some kind of beef with me


Onion | Elite Four Invincible!
 
more |
XBL:
PSN:
Steam:
ID: Orion
IP: Logged

3,793 posts
 
Make mine Bastard

795

Cheers m8 👍


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Bump


Groot | Ascended Posting Frenzy
 
more |
XBL:
PSN:
Steam:
ID: Groot
IP: Logged

288 posts
One of Cheat's alts.
Didn't Decimator Omega make a script like this? Or am i thinking of someone else?


Rinev | Legendary Invincible!
 
more |
XBL: Rinev Jeqkogo
PSN:
Steam: rinevjekogo
ID: Rinev Jeqkogo
IP: Logged

3,715 posts
Feet first into fun!
Code: [Select]
.userID_27 .trust_title, .userID_27 .rank_title {
    font-size: 0;
}

.userID_27 .rank_title::after {
    content: "Hitman";
    font-size: 13px;
  margin-left: -3px;
}

Here you go.


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Didn't Decimator Omega make a script like this? Or am i thinking of someone else?
Nah, it was TOTD, and he pretty much decided what everybody's title would be and it was manual update.


Ushan | Mythic Invincible!
 
more |
XBL: Ushan the Panda
PSN: Ushan-the-Panda
Steam: Ushan
ID: Ushan
IP: Logged

7,340 posts
(っಠ‿ಠ)っ
ʕっ•ᴥ•ʔっ
(っ◕‿◕)っ
(っ ͡ ° ͜ ʖ ͡ ° )っ
(っ ͠° ͟ل͜ ͡°)っ
(っ´°ω°`)っ
Quote
/** Ushan **/
.userID_397 .trust_title, .userID_397 .rank_title {
    font-size: 0;
}

.userID_397 .rank_title::after {
    content: "Filthy Norwegian";
    font-size: 13px;
     margin-left: -3px;
}

Ayy


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Quote
/** Ushan **/
.userID_397 .trust_title, .userID_397 .rank_title {
    font-size: 0;
}

.userID_397 .rank_title::after {
    content: "Filthy Norwegian";
    font-size: 13px;
     margin-left: -3px;
}

Ayy
Code: [Select]
.userID_27 .trust_title, .userID_27 .rank_title {
    font-size: 0;
}

.userID_27 .rank_title::after {
    content: "Hitman";
    font-size: 13px;
  margin-left: -3px;
}

Here you go.
I'll definitely add it for both of you when I get home, but I'm on mobile right now.


Ushan | Mythic Invincible!
 
more |
XBL: Ushan the Panda
PSN: Ushan-the-Panda
Steam: Ushan
ID: Ushan
IP: Logged

7,340 posts
(っಠ‿ಠ)っ
ʕっ•ᴥ•ʔっ
(っ◕‿◕)っ
(っ ͡ ° ͜ ʖ ͡ ° )っ
(っ ͠° ͟ل͜ ͡°)っ
(っ´°ω°`)っ
Takk skal du ha.


Zonda | Mythic Inconceivable!
 
more |
XBL: Zonda1996
PSN:
Steam: Zonda1996
ID: Clockman Zonda
IP: Logged

9,305 posts
‘The most inoffensive user on this website’ - Verbatim
Quote
/** Zonda **/
.userID_580 .trust_title, .userID_580 .rank_title {
    font-size: 0;
}

.userID_580 .rank_title::after {
    content: "Meme Connoisseur";
    font-size: 13px;
     margin-left: -3px;
}


Solonoid | Mythic Inconceivable!
 
more |
XBL: Jx493
PSN: Jx493
Steam: Jx493
ID: Solonoid
IP: Logged

13,537 posts
 
Okey doke script updated.
Man I love automatic update.

I wish I had thought of it forever ago.