Skip to content

Instantly share code, notes, and snippets.

@A1ex-N
A1ex-N / searchForImdbIdOnTorrentGalaxy.js
Created May 24, 2024 09:23
A tampermonkey script which adds a button below the "add to watchlist" button on IMDB that searches for the given ID on https://torrentgalaxy.to
// ==UserScript==
// @name Search on torrent galaxy
// @namespace http://tampermonkey.net/
// @version 2024-05-24
// @description searches for the currently viewed title on torrent galaxy
// @author https://github.com/A1ex-N
// @match https://www.imdb.com/title/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=imdb.com
// @grant none
// @run-at document-idle
// ==UserScript==
// @name Lookmovie premium
// @namespace https://lookmovie2.to
// @version 0.1
// @description allows you to copy stream (m3u8) URLs to clipboard
// @author https://github.com/A1ex-N
// @match *://www.lookmovie2.to/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=lookmovie169.xyz
// @grant GM.xmlHttpRequest
// @grant unsafeWindow
@A1ex-N
A1ex-N / rarbgBitrateCalculator.js
Last active April 28, 2023 01:49
tampermonkey script to calculate video bitrate on rarbg.to
// ==UserScript==
// @name rarbg.to bitrate calculator
// @namespace http://tampermonkey.net/
// @version 0.2
// @description does a rough estimation of video bitrate based on filesize and runtime, and appends it to the "Size" element
// @author https://github.com/A1ex-N
// @match https://rarbg.to/torrent/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=rarbg.to
// @grant none
// ==/UserScript==
@A1ex-N
A1ex-N / compare_mods.py
Created July 14, 2022 01:51
Compare all steam workshop mods in a collection to your subscribed mods
"""
Super messy mega aids code. "number_of_pages" in get_subbed_mods() should be
1 greater than the total pages of your subscribed items
You have to manually update the cookies in get_subbed_mods() every so often
(when the script stops working).
Your mods and collection won't necesarrily be in sync after running this and unsubbed from
the mods it outputs. So once you run this and unsub from all the mod URLs it outputs, just
resub to all mods in the collection