@ensdmrlq said in Spotify song playback problem:
Isn't it possible with BAS?
With BAS, it can't be fixed.
As I mentioned above, you should use a real Chrome browser.
Hi, I have a problem with set clipboard function. It works fine when used in text/plain mime type.
But I need it in text/html, but when I try to use it then I'm always getting empty string in my clipboard. Even after trying to set something as simple as <p>Hello World</p> it still doesn't work.
I think that I know what is wrong with this. When I use set clipboard, and text/html mime type its not working, because text editor where I need to paste it needs also text/plain for fallback. But I can't set both text/plain, and text/html in BAS using set clipboard function.
Am I right?