https://github.com/amd64fox/enable-devtools-spotify
Enable devtools Spotify for Windows
https://github.com/amd64fox/enable-devtools-spotify
spotify windows
Last synced: about 1 year ago
JSON representation
Enable devtools Spotify for Windows
- Host: GitHub
- URL: https://github.com/amd64fox/enable-devtools-spotify
- Owner: amd64fox
- Created: 2022-04-30T02:15:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T12:49:01.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:08:52.099Z (about 1 year ago)
- Topics: spotify, windows
- Language: PowerShell
- Homepage:
- Size: 325 KB
- Stars: 109
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Enable devtools in Spotify for Windows
Requirements:
- Spotify Desktop or Microsoft Store version
> [!IMPORTANT]
Spotify client must already be installed and logged in
What does the script do?
- Activates the main developer options in the menu
- Activates the developer menu on the right mouse click
- Additional launch [parameters](https://github.com/amd64fox/Enable-devtools-Spotify?tab=readme-ov-file#script-parameters)
> [!NOTE]
After closing the client, all developer menus will be disabled, for new versions of the client this logic has stopped working, to disable devtools just run the script again
Quick start:
#### Just download and run [Enable-devtools.bat](https://raw.githack.com/amd64fox/Enable-devtools-Spotify/main/Enable-devtools.bat)
or
#### Run The following command in PowerShell:
```ps1
iex "& {$(iwr -useb 'https://raw.githubusercontent.com/amd64fox/Enable-devtools-Spotify/main/Enable-devtools.ps1')}"
```
```ps1
iex "& {$(iwr -useb 'https://raw.githubusercontent.com/amd64fox/Enable-devtools-Spotify/main/Enable-devtools.ps1')} -extra"
```
## Script parameters:
| Parameter | Description |
|------------------|-----------------------------------------------------------------------|
| `-extra` | Enable Cosmos debugger & Utils (requires additional resource loading) |
| `-console` | Show console output |
| `-allow_pasting` | Allow pasting in devtools console |
| `-minimized` | Minimize client at start |
> [!NOTE]
[Enable-devtools-Spotify](https://gist.github.com/jetfir3/d66f491d0683e2bdbdf9f60068e9984b) (Mac & Linux) by [jetfire](https://github.com/jetfir3)