We'll use NixOps to deploy, so we need to install it
nix-env -i nixopsAnd to deploy on DigitalOcean we need to have an account and create an API access token for it.
| // On the Last.FM website go to the page which lists the tracks that you have loved. | |
| // Open Chrome DevTools (or Firefox or any modern browser that has a built in Javacript Console) | |
| // and run the following command. | |
| // This basically clicks on all the delete buttons on the page and reloads the page. | |
| jQuery('.love-button--loved').each(function(_, b) { | |
| b.click(); | |
| }); | |
| location.reload(); |
We'll use NixOps to deploy, so we need to install it
nix-env -i nixopsAnd to deploy on DigitalOcean we need to have an account and create an API access token for it.
| #---- MODIFY BELOW ----# | |
| set application_name to "Home Assistant" # Set to your UTM VM Name | |
| set button_name to "USB" #Description of the button, can be found by using Accessibility Inspector from Xcode, you probably want this set to "USB" | |
| set usb_select to "Conbee" #Name of the device you wish to pass to VM | |
| #---- MODIFY ABOVE ----# | |
| #---- APPLICATION CODE, DO NOT TOUCH BELOW----# | |
| set foundVM to false | |
| repeat while foundVM = false |