Skip to content

Instantly share code, notes, and snippets.

View tidusjar's full-sized avatar

Jamie Rees tidusjar

View GitHub Profile
@tidusjar
tidusjar / delete.js
Created August 22, 2019 08:45 — forked from ojame/delete.js
Delete all movies that have been 'downloaded' in Radarr. Mass/bulk deleting.
// Go to Radarr and click 'settings' => 'general'.
// Open the JavaScript Console in Google Chrome (View => Developer => Javascript Console)
// Past the following in. Hit enter and away you go.
const key = document.getElementsByClassName('x-api-key')[0].value;
if (!key) {
alert('Navigate to /settings/general and run again');
}