wynd — 6/13/2025, 3:05:12 AM

while it is true that you can follow me to see my posts in your feed, why not make it even easier to find me via this user-style that makes my posts glow :D

[data-author="60db0c5a956cdbbd0489eff6"]{
    box-shadow: 0px 0px 257px 6px rgba(95,46,255,0.4);
    border-color: rgba(95,46,255,0.4) !important;
}

thanks for tuning in

♥ 9 ↩ 0 💬 5 comments

comments

kiwi:

looks cool! if it’s ok with you, can i possibly remake this so that my posts/comments glow a different color? and if so, what would i need to change? (i’m not very familiar with this sort of thing lol)

6/13/2025, 12:54:08 PM
wynd:

yeah do whatever you want with it also here is how to customize it:

  1. generate and copy your glow here: cssbud.com/css-generator/css-glow-generator

  2. find your wasteof id (yours is 6602de2578e0ba383286962d)

  3. copy your glow code into this template i made (i used your id for this)

[data-author="6602de2578e0ba383286962d"]{
    /* glow code here */
    
    /* as a bonus you can add this line to make the border the glow color */
    border-color: rgba(/*copy the value from your glow code */) !important;
}
6/13/2025, 2:20:13 PM
kiwi:

is there a userstyle extension you recommend using for this? i’m trying to use tampermonkey but it’s not working for some reason…?

6/17/2025, 1:47:41 AM
wynd:

stylus is great: add0n.com/stylus

6/17/2025, 10:24:48 PM
wynd:

glowing comments too

6/13/2025, 3:06:20 AM