Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension no longer working, option completely missing from UI #7

Open
AlexADittrich opened this issue Mar 19, 2021 · 32 comments · May be fixed by #8
Open

Extension no longer working, option completely missing from UI #7

AlexADittrich opened this issue Mar 19, 2021 · 32 comments · May be fixed by #8

Comments

@AlexADittrich
Copy link

AlexADittrich commented Mar 19, 2021

Recently updated Chrome, extension no longer working. The playback speed adjustment is now missing

image

Chrome: Version 89.0.4389.90 (Official Build) (64-bit)

Have tried disabling and re-enabling in addition to uninstalling and re-installing the extension.

Has anyone else experienced this?

Update: as noted below, this issue is unrelated to the chrome update. This issue is related to a Spotify update.

Solution below

@odiseo9999
Copy link

also me , is not working , hope was for any actualization of chrome or security of window , i need the aplication is very good utility for me , please help.

@fabianramosg
Copy link

Yes, although firefox stopped working the same way, I don't know if it's because of chrome or spotify, but hopefully the developer can update this valuable tool.

@the-eduardo
Copy link

Same here :S

@TrickyPatrick
Copy link

btw I don't think it's chrome issue but spotify issue. My chrome is still in 86 version but the same issue appears

@faf0
Copy link

faf0 commented Mar 20, 2021

I suspect that the following element is missing now in Spotify's DOM:

document.getElementsByClassName('now-playing-bar__right')[0].appendChild (input); /* make our input exist on page */

@faf0
Copy link

faf0 commented Mar 20, 2021

Yes, the fix is to replace line

document.getElementsByClassName('now-playing-bar__right')[0].appendChild (input); /* make our input exist on page */

by

				document.getElementsByClassName('volume-bar')[0].appendChild(input); /* make our input exist on page */

faf0 added a commit to faf0/spotitySpeedExtension that referenced this issue Mar 20, 2021
Fixes intOrfloat#7

Cleans up code and only only sets playback speed on certain events:
intOrfloat#6
@faf0 faf0 linked a pull request Mar 20, 2021 that will close this issue
@odiseo9999
Copy link

i dont know how to change that , please send photos to know where tu put that ? please.

@faf0
Copy link

faf0 commented Mar 20, 2021

@odiseo9999 Should be fixed on this branch: #8
You can pull the branch to your file system, and then load the unpacked extension into Chrome.

To be clear, the issue doesn't have anything to do with a Chrome update. Spotify updated their code and the extension needs to be updated to append the speed changer bar at a different location in the DOM.

@TrickyPatrick
Copy link

Thank you bud, I will try this out ASAP

@odiseo9999
Copy link

i still really dont know how to do that?

@faf0
Copy link

faf0 commented Mar 20, 2021

@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 to your filesystem: https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7
Next, you may load this folder with manifest.json as an unpacked extension into Chrome:

Also, see https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7#install-from-github

@odiseo9999
Copy link

please , make a actualization , i really need this amazing aplication for my job .

@faf0
Copy link

faf0 commented Mar 20, 2021

@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 helps.

@odiseo9999
Copy link

please update on the store because i canot is really dificoult , to do , because in dont know programation . thanks .
please tell when wiill update .

@TrickyPatrick
Copy link

@odiseo9999 he is not the one who created this. He gently offered us a fix because the creator is inactive. So he can't update it on google chrome store.

@odiseo9999
Copy link

ok , tricky ,i really dont know how to do , than faf0 for try to help , is too much dificoult for me , cant do nothing.

@ryan6416
Copy link

@faf0 fix is working! THANKS!!! 🚀🏆🥇

image

@odiseo9999
Copy link

It’s easy for you Ryan but we still without solution , I don’t know where to put that codes in chrome

@odiseo9999
Copy link

Any One can send the photos to know how to do Step by step please

@Grekkzio
Copy link

someone knows how to modify source code in opera gx?
or in the same chrome?

@faf0
Copy link

faf0 commented Mar 20, 2021

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 manually:

  1. Download this ZIP: https://github.com/faf0/spotitySpeedExtension/archive/refs/heads/faf0/fix-issue-7.zip
  2. Extract the ZIP
  3. In Chrome, browse to chrome://extensions
  4. Remove the currently installed "Spotify Playback Speed Access" extension
  5. Enable "Developer mode" using the toggle in the top-right corner
  6. Click on "Load unpacked" and select the previously unzipped folder that has the manifest.json file
  7. Ensure the extension is enabled by checking the corresponding toggle
  8. Reload https://open.spotify.com/
  9. After changing the playback speed by entering the desired target speed percentage, hit the "Enter" key

@odiseo9999
Copy link

faf0 you save mi life , the fixed works , thank you , brother thats the solution , you have here a new friend
God bless you bro.

@odiseo9999
Copy link

i know you are helping bud this explication was amazing bro , thank you very much .

@fabianramosg
Copy link

@faf0 Many thanks bro!!

@AlexADittrich
Copy link
Author

btw I don't think it's chrome issue but spotify issue. My chrome is still in 86 version but the same issue appears

Thanks for referencing this

@AlexADittrich
Copy link
Author

@odiseo9999 Should be fixed on this branch: #8
You can pull the branch to your file system, and then load the unpacked extension into Chrome.

To be clear, the issue doesn't have anything to do with a Chrome update. Spotify updated their code and the extension needs to be updated to append the speed changer bar at a different location in the DOM.

Thanks for noting that this is unrelated to the chrome update

@AlexADittrich AlexADittrich changed the title Recently updated Chrome, extension no longer working Extension no longer working, option completely missing from UI Mar 20, 2021
@CharlieGBla
Copy link

This fix works!
if any of you are not as tech-savvy as I am not, here are some simple steps.

  1. download the folder from this link
    https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7
  2. hit windows key + E to open file explorer and find the file in your downloads
  3. select the folder and extract the files to anywhere on your computer, just make sure you remember where
  4. go to chrome://extensions/ in the chrome browser
  5. hit load unpacked and select the extracted folder
  6. that's it, if you did it correctly, it will show up in your extensions
    I didn't know how to do any of this, so thank you to all the people above who did!

@wolvmarine
Copy link

This fix works!
if any of you are not as tech-savvy as I am not, here are some simple steps.

  1. download the folder from this link
    https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7
  2. hit windows key + E to open file explorer and find the file in your downloads
  3. select the folder and extract the files to anywhere on your computer, just make sure you remember where
  4. go to chrome://extensions/ in the chrome browser
  5. hit load unpacked and select the extracted folder
  6. that's it, if you did it correctly, it will show up in your extensions
    I didn't know how to do any of this, so thank you to all the people above who did!

That worked perfectly on Opera for me Thanks so much. I would have never figured this out on my own.

@EarthCaste
Copy link

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 manually:

  1. Download this ZIP: https://github.com/faf0/spotitySpeedExtension/archive/refs/heads/faf0/fix-issue-7.zip
  2. Extract the ZIP
  3. In Chrome, browse to chrome://extensions
  4. Remove the currently installed "Spotify Playback Speed Access" extension
  5. Enable "Developer mode" using the toggle in the top-right corner
  6. Click on "Load unpacked" and select the previously unzipped folder that has the manifest.json file
  7. Ensure the extension is enabled by checking the corresponding toggle
  8. Reload https://open.spotify.com/
  9. After changing the playback speed by entering the desired target speed percentage, hit the "Enter" key

Bless you faf0, you wonderful person.

@voidSphere
Copy link

voidSphere commented Jun 30, 2021

If anyone else is having trouble setting up, I found another extension that also supports Spotify.

https://github.com/polywock/globalSpeed

@wolvmarine
Copy link

wolvmarine commented Jun 30, 2021 via email

@guckyslush
Copy link

thank you so much for this @faf0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.