Fabian Foerg

Results 27 comments of Fabian Foerg

@TrickyPatrick , taking the conversation to https://github.com/intOrfloat/spotitySpeedExtension/issues/7

@maximilianmordig , based on your PR, I created another PR with the changes I suggested and a fix for Spotify's recent DOM change: https://github.com/intOrfloat/spotitySpeedExtension/pull/8

I suspect that the following element is missing now in Spotify's DOM: https://github.com/intOrfloat/spotitySpeedExtension/blob/cf65506c8382a3f7006f1ea401890eb20956ee80/content-script.js#L76

Yes, the fix is to replace line https://github.com/intOrfloat/spotitySpeedExtension/blob/cf65506c8382a3f7006f1ea401890eb20956ee80/content-script.js#L76 by ``` document.getElementsByClassName('volume-bar')[0].appendChild(input); /* make our input exist on page */ ```

@odiseo9999 Should be fixed on this branch: https://github.com/intOrfloat/spotitySpeedExtension/pull/8 You can pull the branch to your file system, and then load the unpacked extension into Chrome. To be clear, the issue...

@odiseo9999 , it's not easy until the extension is updated in the Chrome Web Store, unfortunately. In the meantime, you may load the branch from the PR with the fix...

@odiseo9999 , I updated my previous comment, linking more precise instructions. You may try the steps from https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7#install-from-github , but make sure you download the code from https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7 Hope that...

As @TrickyPatrick pointed out, I'm not the maintainer of the extension on the Chrome Web Store, so I can't update it there. Steps to install the extension with the fix...

Hey, @fivestones , the script installs the Raspbian Buster Lite image, which doesn't include a GUI, and therefore `startx` is missing: https://github.com/faf0/macos-qemu-rpi/blob/5de69abc88a79465cab86887667d602f57a2cd38/install.sh#L6 That image is meant to be used over...

Hi @cannyboy , I updated the images and kernel in the scripts. Note that by default the Lite image is loaded, which doesn't come with a desktop environment. You might...