#Old Bot Tags (NO MORE APPS!!!)

1 messages · Page 1 of 1 (latest)

brittle sage
#

another version (made by my friend)

span[class^=botTag] > span[class^=botText] {
  display: none;
}

span[class^=botTag]::after {
  content: "BOT";
}
frail blaze
#

found in bd server works fine and doesnt break clydes

#
    font-size: 0 !important;
    line-height: 0 !important;
}
.botTag__4211a:not(.botTagAI__8aa63, .botTagOP_fd6360, .botTagRemix_b2d431, .decorator__2a8bf) .botText_daff56:before {
    content: "Bot";
    font-size: 0.625rem;
    line-height: 1.3;
}```
#

I didnt make this credit to dav

inner lotus
frail blaze
#

Kewl

formal crown
#
span[class^=botTag]:not(span[class*=botTagAI]) > span[class^=botText] {
  display: none !important;
}

span[class^=botTag]:not(span[class*=botTagAI])::after {
  content: "BOT";
}

featuring ugly css wildcard to fix clyde tag

inner lotus
#

it only affects the normal bot tag or should i say apps tag

void pagoda
inner lotus
#

ah

inner lotus
void pagoda
#

im not sure if yours also has the same issue

inner lotus
#

it does

#

atleast it shows op as bot

#

not sure wich though as i dont know wich exist except op bot and ai

void pagoda
#

i dont think anymore exist

inner lotus
#
[class*=botTagRegular]:not([class*=botTagOP])>span:before {
  content: "Bot";
  font-size: 0.625rem;
  line-height: 1.3;
}

[class*=botTagRegular]:not([class*=botTagOP])>span {
  font-size: 0!important;
  line-height: 0!important;
}```
#

then this should work

green skiff
formal crown
#
span[class^=botTag]:not(span[class*=botTagAI], span[class*=botTagOP]) > span[class^=botText],
span[class^=headerBotTag]:not(span[class*=botTagAI]) > span[class^=botText] {
  display: none !important;
}

span[class^=botTag]:not(span[class*=botTagAI], span[class*=botTagOP])::after,
span[class^=headerBotTag]:not(span[class*=botTagAI])::after {
  content: "BOT";
}

fixed op tag and profile of bots

formal crown
#
span[class^=botTag]:not(span[class*=botTagAI], span[class*=botTagOP], span[class*=botTagRemix]) > span[class^=botText],
span[class^=headerBotTag]:not(span[class*=botTagAI]) > span[class^=botText] {
  display: none !important;
}

span[class^=botTag]:not(span[class*=botTagAI], span[class*=botTagOP], span[class*=botTagRemix])::after,
span[class^=headerBotTag]:not(span[class*=botTagAI])::after {
  content: "BOT";
}

fixed remix tag

inner lotus
#

huh

#

forgot remix tag exists because its barely used

#
[class*=botTagRegular]:not([class*=botTagOP],[class*=botTagRemix])>span:before {
  content: "Bot";
  font-size: 0.625rem;
  line-height: 1.3;
}

[class*=botTagRegular]:not([class*=botTagOP],[class*=botTagRemix])>span {
  font-size: 0!important;
  line-height: 0!important;
}```
#

with remix fixed ig

#

also works with ai tag just as good

#

without specifying it

tough harness
weak geyser
#

I think this is better and also works for MoreUserTags

.botTagRegular_fc4b4a[data-tag="app"] .botText_daff56 {    
  visibility: hidden;
}
.botTagRegular_fc4b4a[data-tag="app"] .botText_daff56::before { 
  content: 'BOT';
  visibility: visible;
  position: absolute;
}
tough harness
#

Doesnt seem to work for me :/

#

Okay, so I seemed to fix it with this:

.botTagRegular_fc4b4a[data-tag="app • admin"] .botText_daff56 {    
  visibility: hidden;
}
.botTagRegular_fc4b4a[data-tag="app • admin"] .botText_daff56::before { 
  content: 'BOT';
  visibility: visible;
  position: absolute;
}
#

though the BOT tag bar is really wide then (I tried to adjust the width but it didnt change anything)

tough harness
#

Aight, I fixed it fully :D

#

This fixes App for MoreUserTags and also fixes the User Installable apps (as they dont have the admin tag bundled c:):

/* No more app */

.botTagRegular_fc4b4a[data-tag="app • admin"] .botText_daff56 {    
  visibility: hidden;
}
.botTagRegular_fc4b4a[data-tag="app • admin"] .botText_daff56::before { 
  content: 'BOT';
  visibility: visible;
  position: absolute;
}

.botTagRegular_fc4b4a[data-tag="app • admin"]{
    width: 21px;
}



.botTagRegular_fc4b4a[data-tag="app"] .botText_daff56 {    
  visibility: hidden;
}
.botTagRegular_fc4b4a[data-tag="app"] .botText_daff56::before { 
  content: 'BOT';
  visibility: visible;
  position: absolute;
}
#

Oh well, breaks verified bots completely and the bot tag in userpopout is fricked too ;-;

silent crown
#

still an app

arctic sundial
#

just do s/app/bot/gi, what could possibly go wrong /s

#

job botlication

#

botarently

weak geyser
#
.botTagRegular_fc4b4a {
  &[data-tag^="app"] .botText_daff56 {
    visibility: hidden;
    &::before {
      visibility: visible;
      position: absolute;
      white-space: nowrap
    }
  }
  &[data-tag="app"] .botText_daff56 {    
    &::before { 
      content: 'BOT'
    }
  }
  &[data-tag="app • mod"] .botText_daff56 {    
    &::before { 
      content: 'BOT • Mod'
    }
  }
  &[data-tag="app • admin"] .botText_daff56 {    
    &::before { 
      content: 'BOT • Admin'
    }
  }
}
.notAppAsidePanel__95814:has([aria-label="Verified App"]:hover) .layer__6b5c3.disabledPointerEvents__214b3 .tooltip__7b090.tooltipTop_e50d2d.tooltipPrimary__51b23.tooltipDisablePointerEvents__2978d .tooltipContent_adb6d5 {
  visibility: hidden;
  &::before {
    content:'Verified Bot';
    position:absolute;
    visibility: visible;
    width:100%;
    left:0;
    text-align:center
  }
}
.applicationInstallButtonText__90897 {
  visibility: hidden;
  &::before {
    content:'Add Bot';
    position:absolute;
    visibility:visible
  }
}```
silent crown
#

i hate discord

frail blaze
robust plinth
#

dosent work my bots say APPS • Staff and i just want "Bots"

robust plinth