@mitskiiac i can't change icons by CSS, only the music one because it's a separate class to the others
you can target them without classnames. here's how you could select the div which holds the games emoji:
div[class^="Page__Body"] > div > div > ul:nth-child(2) > li:nth-child(3) > a > div > div:first-child > div
you could probably do it a lot simpler but this is a modified version of the path chrome showed me (right-click the element and "copy selector" in dev tools)
ul:nth-child(x)
is the category. 1 for artists, 2 for music to sports, 3 for life to tech
then the li:nth-child(x)
matches the number of the sxn in that category
you might want to try to be as less specific as possible though, bc element types and levels might change. maybe remove some of those >
's and change some of the divs to *
's
you can target them without classnames. here's how you could select the div which holds the games emoji:
div[class^="Page__Body"] > div > div > ul:nth-child(2) > li:nth-child(3) > a > div > div:first-child > div
you could probably do it a lot simpler but this is a modified version of the path chrome showed me (right-click the element and "copy selector" in dev tools)
ul:nth-child(x)
is the category. 1 for artists, 2 for music to sports, 3 for life to tech
then the li:nth-child(x)
matches the number of the sxn in that category
thanks for the reply, breh you're a genius wtf
you might want to try to be as less specific as possible though, bc element types and levels might change. maybe remove some of those >
's and change some of the divs to *
's
What’d you think of the example j quoted you with?
is this ever going to be implemented as an actual feature or remain an extension like this?
is this ever going to be implemented as an actual feature or remain an extension like this?
who knows
who knows
see no reason to atm especially w other priorities
is there something the extension can’t provide?
see no reason to atm especially w other priorities
is there something the extension can’t provide?
agreed tbh, alotta people on mobile there's no point until everything else is ironed out/done. anybody who wanted a custom bg got one w/ this extension
only limitation is no .gif backgrounds i don't think but who would want that
agreed tbh, alotta people on mobile there's no point until everything else is ironed out/done. anybody who wanted a custom bg got one w/ this extension
only limitation is no .gif backgrounds i don't think but who would want that
I don't see a pencil icon on stylish it look like this for me
I don't see a pencil icon on stylish it look like this for me
oh just click edit instead
oh just click edit instead
Ahhh I found it, layout was different than your ss so it threw me off
Can you post that image?
can this be done on safari?
hmu i just found a DMG for cascadea since i'm on a mac rn .
@xamo just noticed this now. maybe jst *.ktt2.com would work
I'll try, the userscripts site is very weird about the domains
@xamo ^
This broken now?
...yeap.