Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Deluge post-process button
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds a 'post-process' button that queues the currently selected torrent for post-processing.
// @author You
// @match https://example.com/
// @grant none
// ==/UserScript==
@putty182
putty182 / README.md
Last active August 17, 2022 11:46
Netflix viewing history to CSV
  1. Visit https://www.netflix.com/viewingactivity in a reputable browser
  2. Open the JS Console.
  3. Copy/paste this script, execute it and wait 4 seconds after the page finishes scrolling.
  4. ...
  5. Profit!

Recent release of Chrome will add a nice 'Copy' button next to the console output.

waitseconds can be adjusted if nessessary to ensure all play history gets loaded.

@putty182
putty182 / rclone_refresh.py
Created June 8, 2017 16:06 — forked from ryd994/rclone_refresh.py
Script to refresh ACD token with token from drivesink
#!/bin/env python
import json
import logging
import sys
import os
from six.moves import configparser
from datetime import datetime, timedelta
'''
Usage: