Samplefocus Downloader

Replaces the original download button with one that directly downloads the mp3 file using a server-side proxy. Adds download notification and customizable filename. Compatible with Chromium, Firefox, and WebKit.

Pada tanggal 06 Maret 2025. Lihat %(latest_version_link).

Penulis
Shadow Krooks
Nilai
0 0 0
Versi
2.0
Dibuat
25 Januari 2025
Diperbarui
06 Maret 2025
Size
3,45 KB
Lisensi
MIT
Berlaku untuk

This script enhances your Samplefocus experience by replacing the standard download button with a direct download link, facilitating easy retrieval of audio samples.

Key Features:

  • Direct MP3 Download: Bypasses Samplefocus's original download mechanism, directly downloading the audio file.

  • Server-Side Proxy Requirement: Note that this script requires a local server running at http://localhost:3000/download to work. This server will handle the actual download process.

  • Customizable Filename: Prompts you to enter a desired filename before initiating the download.

  • Download Notification: Provides a simple alert to confirm that the download has started.

  • Cross-Browser Compatibility: Designed to function seamlessly across Chromium, Firefox, and WebKit-based browsers.

How to Use:

  1. Install this script via Greasyfork.

  2. Crucially, you must set up a local server. You can do this easily by using the provided GitHub repository: https://github.com/toxikbiohazard/audio-file-downloader. Follow the instructions in the repository to get the server running.

  3. Navigate to a Samplefocus page with an audio sample.

  4. The original download button will be replaced with a "Download Sample" button.

  5. Click the new button, enter your desired filename, and the download will begin.

Important Notes:

  • This script relies on a local server. If the server is not running, the download will fail.

  • The server side implementation is provided in the linked github repo.

  • This script is provided as-is, without any warranty. Use it at your own risk.