Skip to content

Instantly share code, notes, and snippets.

@M-rcus
Last active November 27, 2022 07:02
Show Gist options
  • Save M-rcus/2bb243980a1a9979d328606a8038d270 to your computer and use it in GitHub Desktop.
Save M-rcus/2bb243980a1a9979d328606a8038d270 to your computer and use it in GitHub Desktop.

Thothub.tv - Copy gallery picture URLs to Clipboard

A userscript for copying the direct picture URLs to your clipboard, so you can use it with other software such as JDownloader.

How to install script

To use this script, you will need a userscript manager for your web browser.
It's basically a normal browser extension that allows you to add custom "userscripts" (such as this one) for websites.

Here's a list of some popular userscript managers:

Once the userscript manager is installed, click the Raw button for the JavaScript file or click this link.
In either case it should give you a prompt where you verify your userscript installation.

How to use

Type 1: Mace Gallery

Certain galleries have a fancier gallery viewer, I decided to call this "Mace Gallery" based on some random CSS class name I found in the website's HTML.
I will use IVORY AND FUCHSIA NUDE STEAMGIRLS for my example.

  1. Visit the article/link that contains the gallery.
  2. Click the View Gallery button, like this one: View Gallery button
  3. The gallery viewer should load. After a few seconds, you should also see a button at the top of the page, like this one: Copy Picture URLs button
  4. Once you click that, all the direct image URLs will be copied to your clipboard (there's no message/confirmation when clicking the button).

Type 2: "Normal" gallery items

VIRTUAL GEISHA VELMA DINKLEY is used for this example.

  1. Once the gallery loads, you should have a button at the top of the page, below the page title.
  2. Click the button and URLs are copied to clipboard (there's no message/confirmation when clicking the button).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment