Skip to content

Instantly share code, notes, and snippets.

View DerekParry's full-sized avatar

Derek Parry DerekParry

View GitHub Profile
@DerekParry
DerekParry / soundcloud_scrape_likes.js
Last active April 21, 2025 21:29
Scrape SoundCloud Likes in spreadsheet format
/*
Derek Parry, March 2018
JS script I use to scrape my SoundCloud Likes in a format that works well with spreadsheets
Instructions:
1. Log into your SoundCloud account at https://soundcloud.com
2. Navigate to your Likes at https://soundcloud.com/you/likes
3. Open your browser's console for this page
4. Paste the code below
5. Hit 'Enter' and wait for the results
@DerekParry
DerekParry / spotify_update.bat
Last active December 1, 2017 18:30
Fixes Spotify update errors on Windows 10 (Error code: 53) and (Error code: 17)
REM INSTRUCTIONS:
REM Attempt to update Spotify
REM When the error message pops up, don't close it
REM Replace <username> below with your Windows username
REM Run this .bat file as an admin
REM Close the Spotify error message
REM Open Spotify, it should now be the latest version (you will need to log in again)
ROBOCOPY "C:\Users\<username>\AppData\Roaming\Spotify" "C:\Program Files (x86)\Spotify" /MOVE /S
@DerekParry
DerekParry / enable_touchpad_features.bat
Created November 7, 2017 23:23
[MSI GP60 Laptop] Enable reverse scrolling and two-finger tap right click
REM SUMMARY:
REM This script is meant to enable two features that are not available in the Elan Smart-Pad
REM additional mouse options after upgrading to Windows 10. A one-time registry edit would
REM normally do the trick, but these specific changes do not persist after restarting the
REM computer, so it is necessary to update these values on startup.
REM INSTRUCTIONS:
REM Open the "Run" command with (Win key + R)
REM Type "shell:startup" without the quotes and hit Enter
REM Place this file in the directory that pops up, ensuring that the file has a ".bat" extension