Skip to content

Instantly share code, notes, and snippets.

View nate-moo's full-sized avatar
🦒
Giraffe

naed3r nate-moo

🦒
Giraffe
View GitHub Profile
@justfoolingaround
justfoolingaround / auto-install.py
Last active June 22, 2021 17:04
Piece of code to automagically remove ads from your local Spotify instance
import io
import os
import pathlib
import zipfile
import requests
DLL_URL = "https://github.com/mrpond/BlockTheSpot/releases/download/2021.4.20.35/chrome_elf.zip"
DLL_FILENAME = "chrome_elf.dll"