Skip to content

Instantly share code, notes, and snippets.

View Makeshift's full-sized avatar

Connor Bell Makeshift

  • Reading
View GitHub Profile
// ==UserScript==
// @name Manual Import Select All
// @match https://sonarr.makeshift.ninja/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var SelectionManager = {};