DuckDuckGo Image Link Extractor (Iterate Tiles)

Iterates through div.tile--img, clicks, extracts, closes (fixed)

目前為 2025-03-15 提交的版本,檢視 最新版本

作者
SlashHarken
評價
0 0 0
版本
1.7
建立日期
2025-03-15
更新日期
2025-03-15
尺寸
11.0 KB
授權條款
GNU General Public License v3.0
腳本執行於

DuckDuckGo Image Link Extractor

This userscript automates the extraction of high-resolution image links from DuckDuckGo image search results.

Features

  • Automatic Extraction: Iterates through all image tiles and extracts direct image URLs
  • Resolution Filtering: Only extracts images with resolution ≥ 1920x1080 (2,073,600 pixels)
  • Progress Tracking: Shows real-time progress of the extraction process
  • Link Management:
    • Displays extracted links in a scrollable box
    • Shows link count
    • "Select All" button for easy copying
  • Control Panel:
    • Start/Stop buttons
    • Progress percentage display
  • Visual Feedback:
    • Popup notifications
    • Clear progress indicators

Usage

  1. Go to DuckDuckGo image search results
  2. Click "Start Extraction" button
  3. Wait for the script to process all images
  4. Use the "Select All" button to copy all extracted links

Requirements

  • Tampermonkey or similar userscript manager
  • DuckDuckGo image search results page

Notes

  • Works with any DuckDuckGo URL containing "images"
  • Maintains a clean UI with minimal visual impact
  • Includes error handling and retry logic
  • Adjustable processing delays for reliability

Version History

  • 1.7: Added resolution filtering, link counter, and UI improvements
  • 1.6: Added progress tracking and control panel
  • 1.5: Initial release with basic extraction functionality

License

MIT License - Free to use and modify