Skip to content

Instantly share code, notes, and snippets.

@secondfolder
secondfolder / stashbox-to-whisparr-userscript.js
Last active April 17, 2024 23:12
Userscript for sending StashDB scenes to Whisparr
// ==UserScript==
// @name StashBox - Whisparr v3
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://stashdb.org/
// @match https://stashdb.org/*
// @icon.disabled https://www.google.com/s2/favicons?sz=64&domain=stashdb.org
// @updateURL
@secondfolder
secondfolder / suckTheBundle.pl
Last active August 29, 2015 14:13
suckTheBundle: a humpthebundle.com bulk downloader
#!/usr/bin/env perl
# suckTheBundle: a humpthebundle.com bulk downloader by secondfolder
use warnings;
use strict;
use JSON::XS;
use LWP::Simple qw(getstore);
use LWP 5.64;
# use Data::Dumper;