Scribd Material Downloader (Fixed + Auto-Scroll)

View/Download Scribd content as TXT or PDF (fixed selectors, regex, auto-scroll loader)

Autor
fd2013
Dziennych instalacji
2
Wszystkich instalacji
8
Oceny
0 0 0
Wersja
1.4
Utworzono
24-09-2025
Zaktualizowano
24-09-2025
Rozmiar
5,26 KB
Licencja
MIT
Dotyczy

📄 Scribd Material Downloader (Fixed + Auto-Scroll)

This is an updated version of the original script by Angesom12:

Scribd Material Downloader (Safe PDF)

The original broke when Scribd changed its DOM/URLs.
This fork fixes selectors/regex and adds auto-scroll so all pages load before download.


⚙️ Features

  • Floating panel with 3 buttons (View Full, Download TXT, Download PDF).
  • Auto-scrolls the document to load all pages before extracting text.
  • Works with /doc/, /document/, /book/ URLs.
  • Extracts text only (no images/layout).
  • Exports to TXT or PDF (via jsPDF).
  • Runs 100% locally — no server required.

🚀 Installation

  1. Install Violentmonkey.
  2. Add the script: Scribd Material Downloader (Fixed + Auto-Scroll)
  3. Open any Scribd doc → buttons appear on the right.

🖱️ Usage

  • View Full → Opens Scribd’s embed view.
  • Download TXT → Auto-scrolls doc → saves as scribd_material.txt.
  • Download PDF → Auto-scrolls doc → saves as scribd_material.pdf.

💡 You don’t need to scroll manually — auto-scroll does it for you.


🆕 What’s New

  • ✅ Auto-scroll loads all pages before saving.
  • ✅ Fixed selectors (.text_layer div/span/p).
  • ✅ Fixed regex for /doc/, /document/, /book/.
  • ✅ Uses stable jsPDF CDN.
  • ✅ Cleaner buttons & UI.

⚠️ Limitations

  • Only extracts text-based content (not scanned images).
  • Won’t bypass paywalls — works on visible text.
  • Exported PDF is plain text (no original formatting/images).

📜 License

MIT License.
Original author: Angesom12
Updated & maintained by: fd2013