spotitySpeedExtension
spotitySpeedExtension copied to clipboard
Works in Firefox*
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:
- Tampermonkey (add-on)
- content of content-script.js
- header posted below
Execution:
- Create new User-script
- Delete 'example' code
- Paste supplied header
- Paste content of 'content-script.js' below
- Save
- Open Spotify
- 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)
This worked after applying a similar fix as #7 . I simply replaced "now-playing-bar__right" with "ExtraControls" in the code.