#how do I stop this from popping up everytime I start spotify?

22 messages · Page 1 of 1 (latest)

weary hawk
grand timber
#

Upgrade Windows

supple fractal
#

Exactly what I was going to say lol

long meteor
#

Is it part of the html

#

If so you can probably remove it with css

supple fractal
#

You actually can but you'd need windows 7 to find out the classes or JS path and then you can just write element.remove() to remove it from the DOM

supple fractal
#

spicetify enable devtools in cmd

#

Then spotify would launch

#

Inspect the container

#

Get the JS path or css selectors

#

And now

#

There are two options

#

You could set the display of the element to be none or

#

A very bad solution

#

Check every 100 milliseconds if that window exists and if it does, click on the dismiss button

long meteor
#

If you have to do the second option