Open Stevetec-exe opened 3 years ago
I tried to just copy/past the code from 'content-script.js' into a Tampermonkey script (adding the relevant header)
works perfectly.* (goes up to about 1.7x on Ubuntu/Firefox)
// ==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==
This worked after applying a similar fix as #7 . I simply replaced "now-playing-bar__right" with "ExtraControls" in the code.
Goal:
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:
Execution:
Relevant Header:
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)