DropBox Link Converter & Mass Downloader w Button

#1 Change dl=0 to dl=1 #2 Add Textarea with the list of links and wget preppended (so just cut and paste into the command line)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
sharmanhall
1日のインストール数
0
累計インストール数
81
評価
0 0 0
バージョン
0.3
作成日
2023/04/30
更新日
2023/04/30
大きさ
4.04KB
ライセンス
MIT
対象サイト

This updated script adds a button to the page labeled "Convert Links and Download." When the button is clicked, the script performs the following actions:

  1. Scrolls to the bottom of the page to load more links.
  2. Converts the links to direct download links.
  3. Adds a textarea to the page with the list of links. The links are also formatted with wget so that they can be used in the command line.

The button is temporarily disabled after the links are converted and re-enabled after a few seconds.

Note: This script is designed to work on Dropbox pages that match the URL pattern specified in the @match directive (*://*.dropbox.com/*). If you encounter any issues, please make sure that the script is running on the appropriate Dropbox page.