tyhallcsu / dropbox-image-url-extractor

This Tampermonkey script allows you to extract image URLs from a Dropbox folder page and copy them to your clipboard with a single click. The script adds a "Copy all URLs" button to the Dropbox page, and when you click the button, it scrolls through the entire folder, collects all image URLs, and copies them to your clipboard.
Other
2 stars 0 forks source link

not copying #1

Open kyanitekite opened 1 year ago

kyanitekite commented 1 year ago

hey, i am not sure if i havent configured tampermonkey or firefox correctly but the script doesn't appear to be working. at one of my jobs i need to get urls for each image for them to be shared, and as you know and prompted you to write this script, it's very time consuming. i'd love to get this working! would replacing each instance of "Image" with "Folder work with this as well? I'm very new to coding or any kind of script having mostly only used cmd batch scripts, autohotkey, and powerautomate.

thanks in advance!

tyhallcsu commented 1 year ago

Are you signed in or signed out while viewing the folder?

tyhallcsu commented 1 year ago

Is this a public folder, or a private folder?

Are you signed in or out, while viewing it?

Thing is, I developed this script specifically for my own purpose but I need to understand how you are trying to use it or else I cannot fix/help you.

I used this for a private folder, which I generated a public link for. and the URL was https://www.dropbox..com/sh/*****

So, try this: 1) Generate a public link to the folder 2) Go to the link while signed out 3) See if the script loads the links properly

Please report back, I'm happy to help

tyhallcsu commented 1 year ago

Oh, also go here for the newest update: https://greasyfork.org/en/scripts/465164-bulk-export-dropbox-image-urls-2023