Skip to content

Works in Firefox* #5

@Stevetec-exe

Description

@Stevetec-exe

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions