Skip to content

Instantly share code, notes, and snippets.

@keldian
keldian / traktToArr.user.js
Last active May 12, 2025 08:41
Trakt-to-Arr
// ==UserScript==
// @name Trakt-to-Arr
// @namespace https://trakt.tv/
// @version 0.2
// @description Adds buttons to Trakt.tv pages to push titles directly to Radarr or Sonarr
// @author keldian
// @match https://trakt.tv/movies/*
// @match https://trakt.tv/shows/*
// @grant GM.xmlHttpRequest
// @grant GM_getValue
@keldian
keldian / minMaxCloseButton.uc.js
Last active May 6, 2025 08:25
MinMaxClose Button (SVG Version) Firefox User Script
// ==UserScript==
// @name MinMaxClose Button
// @author xiaoxiaoflood
// @include main
// @shutdown UC.MinMaxCloseButton.destroy();
// @onlyonce
// ==/UserScript==
UC.MinMaxCloseButton = {
init: function () {