您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a button to download all full-size images from CompanyCam timeline/gallery pages.
A Tampermonkey userscript that adds a “Download All” button to CompanyCam timeline pages and saves the full-size photos to your computer.
What it is / does
Injects a small control panel on https://api.companycam.com/timeline/*.
Scans the page (including lazy-loaded items) to collect every image source: , , srcset, links, and CSS background-image.
Prefers the original S3 file when the CDN URL embeds it (Base64-decoded); otherwise selects the largest available CDN variant and, if needed, upgrades the transform to request max dimensions and quality.
Deduplicates, builds safe filenames with index prefixes, and downloads via GM_download using a small concurrent queue with retries.
Shows live status (found / done / failed), supports cancel/rescan, and a toggle to prefer original S3 URLs.
Why it’s handy
One click to fetch the real, high-resolution images from a gallery page—no manual opening or right-click saving, no thumbnails.