Skip to content

Instantly share code, notes, and snippets.

import time
import threading
import ipywidgets as widgets
from IPython.display import display, HTML
import datetime
# Function to read current network usage
def get_network_usage():
try:
with open('/proc/net/dev', 'r') as f:
@kaiser62
kaiser62 / video-link-collector-ios-with-history-blocker.user.js
Last active May 9, 2026 00:19
iOS optimized video link collector with history poison blocker
@kaiser62
kaiser62 / torbox-magnet-helper.user.js
Created July 24, 2026 22:07
TorBox Magnet Helper - send magnet links to TorBox with one click
// ==UserScript==
// @name TorBox Magnet Helper
// @namespace https://github.com/torbox-magnet-helper
// @version 2.1.0
// @description Detect magnet links (and raw BTIH hashes) on any site and send them to TorBox with one click. Cache checks, duplicate detection, live status polling.
// @author TorBox Magnet Helper contributors
// @license MIT
// @match *://*/*
// @run-at document-idle
// @noframes