intOrfloat / spotitySpeedExtension

change the speed of spotify song playback rate. slow or fast.
The Unlicense
58 stars 24 forks source link

Works in Firefox* #5

Open Stevetec-exe opened 3 years ago

Stevetec-exe commented 3 years ago

Goal:

Reproduce this yourself:

Requires:

  1. Tampermonkey (add-on)
  2. content of content-script.js
  3. header posted below

    Execution:

  4. Create new User-script
  5. Delete 'example' code
  6. Paste supplied header
  7. Paste content of 'content-script.js' below
  8. Save
  9. Open Spotify
  10. Enjoy fast music

Relevant Header:

// ==UserScript==
// @name         spotifySpeedExtention
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  copy/paste from https://github.com/intOrfloat/spotitySpeedExtension
// @author       intOrfloat
// @match        https://open.spotify.com/*
// @grant        none
// ==/UserScript==
There is nothing wrong with this script/addon/tool, just wanted to show how to get it cross-browser support (you may close this issue)
olejorgenb commented 2 years ago

This worked after applying a similar fix as #7 . I simply replaced "now-playing-bar__right" with "ExtraControls" in the code.