This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |