spotitySpeedExtension icon indicating copy to clipboard operation
spotitySpeedExtension copied to clipboard

Works in Firefox*

Open Stevetec-exe opened this issue 4 years ago • 1 comments

Goal:

  • Speedup-feature in Firefox

Idea:

I tried to just copy/past the code from 'content-script.js' into a Tampermonkey script (adding the relevant header)

Result:

works perfectly.* (goes up to about 1.7x on Ubuntu/Firefox)

Reproduce this yourself:

Requires:

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

Execution:

  1. Create new User-script
  2. Delete 'example' code
  3. Paste supplied header
  4. Paste content of 'content-script.js' below
  5. Save
  6. Open Spotify
  7. 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)

Stevetec-exe avatar Dec 28 '20 23:12 Stevetec-exe

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

olejorgenb avatar Dec 26 '21 17:12 olejorgenb