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

Works in Firefox* #5

Open
Stevetec-exe opened this issue Dec 28, 2020 · 1 comment
Open

Works in Firefox* #5

Stevetec-exe opened this issue Dec 28, 2020 · 1 comment

Comments

@Stevetec-exe
Copy link

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)
@olejorgenb
Copy link

olejorgenb commented Dec 26, 2021

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

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

No branches or pull requests

2 participants