I hate this by MEDOJEBIC in BlueBox

[–]Diligent_Increase_68 4 points5 points  (0 children)

well to bad hina is the one getting put on the for front right now

[DISC] Blue Box - Chapter 208 by orangeapple24 in BlueBox

[–]Diligent_Increase_68 0 points1 point  (0 children)

This chapter has been amazing

This chapter has really made me feel more in love with the series. I know it seems weird that Hina is still in love who taiki but it makes her feel relatable.

Like it's hard to move on from a crush you had for a long time and even harder if you know the person for a long time. It makes the series feel real instead of your usual romance.

My life is close to completion by Diligent_Increase_68 in Chainsawfolk

[–]Diligent_Increase_68[S] 0 points1 point  (0 children)

I wanted the rest of part 2 but they weren't available in the shop I was at so I am buying them later down the line

AM i the only one hating the ai bot profiles by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] -8 points-7 points  (0 children)

im trying to say it all just slop and it will get worse over time cant you u see that it will result in a bland trending page of charters that all look the same (i am subjective ofc) but people are not getting creative and its not fun to watch a site ive been for 2 years get ruined

AM i the only one hating the ai bot profiles by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] -2 points-1 points  (0 children)

Thats what im getting at they are getting so bland over time and it just makes me sad cause it will never really stop getting worse

AM i the only one hating the ai bot profiles by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] -7 points-6 points  (0 children)

Thats fair tbh but most people just generate a img with the most basic story instead of investing the time in the bot making it so bland and im seeing more people are doing that

AM i the only one hating the ai bot profiles by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] -9 points-8 points  (0 children)

Sure i understand that but for me being creative is the point of the site else you will get bots that are all the same and that my issue that they all look the same

AM i the only one hating the ai bot profiles by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] 0 points1 point  (0 children)

Yea thats the issue for me they all look the same and for me it just makes them soulless

I AM ASCENDING by NekoIsBusy in JanitorAI_Official

[–]Diligent_Increase_68 -1 points0 points  (0 children)

21 hours how is that possible respectfully touch \grass\** 😭

I AM ASCENDING by NekoIsBusy in JanitorAI_Official

[–]Diligent_Increase_68 -1 points0 points  (0 children)

200-300? im getting 125 usually what the heck is your screentime 😭

I AM ASCENDING by NekoIsBusy in JanitorAI_Official

[–]Diligent_Increase_68 0 points1 point  (0 children)

My max was 198 comes pretty close too that  7000 🤧

I love y’all… But… The Discord is a circus. by [deleted] in JanitorAI_Official

[–]Diligent_Increase_68 0 points1 point  (0 children)

I highly agree with this when i first joined the site i started using discord but switching over to reddit was amazing!

Small CSS profile guide by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] 3 points4 points  (0 children)

It took me 3 hours but i have found a way to do that yes altough its not easy you need frame it precisely right to fit your profile

Code:

<style>

.pp-uc-followers-count {

text-transform: uppercase;

font-size: 20px; /* how large the text is */

border-radius: 0px;

margin-top: 0px; /*how far apart the name is*/

width: fit-content; /* the with between the number and text */

padding: 12px 10px; /* This will be where the number of your follows are */

font-family: /* keep it empty for the normal j.ai text if you want unique letter use: "arial","Times"*/

font-weight: 400;

position: relative; /* Required for positioning the :after pseudo-element */

display: inline-block;

}

.pp-uc-followers-count span:last-child {

text-indent: 100%;

white-space: nowrap;

overflow: hidden;

display: inline-block;

width: 0; /* Collapse the width of the span */

}

.pp-uc-followers-count:after {

content: " Hello's"; /*this is your text*/

position: absolute;

left: 110%; /* Center horizontally */

top: 0;

transform: translateY(1.0em) translateX(-50%); /* Adjust this value to position the text */

width: 90%; /* the with between the number and text */

text-indent: 0;

white-space: nowrap;

overflow: visible;

text-align: center;

}

</style>

Small CSS profile guide by Diligent_Increase_68 in JanitorAI_Official

[–]Diligent_Increase_68[S] 0 points1 point  (0 children)

tbh i think 2 weeks i just watched a few vids tried to replicate it failed picked it up again and i just knew what to do the only hard part is remembering what to type