We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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==
The text was updated successfully, but these errors were encountered:
This worked after applying a similar fix as #7 . I simply replaced "now-playing-bar__right" with "ExtraControls" in the code.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: