Real-Debrid Enhancer

Enhance Real-Debrid with clickable rows, copy and debrid buttons, grid layout, and improved layout management on torrents and downloader pages.

Author
UnderPL
Daily installs
0
Total installs
168
Ratings
2 0 0
Version
3.0
Created
2024-07-21
Updated
2025-03-13
Size
55.1 KB
License
MIT
Applies to

Real-Debrid Enhancer

Overview

The Real-Debrid Enhancer script aims to improve the user experience on Real-Debrid's torrents and downloader pages by introducing several enhancements. These enhancements include clickable rows, selectable items, copy and debrid buttons, a switchable grid layout, an improved floating window, a URL extract button, and a copy links button.

Torrents Page Enhancements

  1. Clickable Rows
    • Rows in the torrent list are now clickable, making it easier to select items for further actions.
  2. Selectable Items
    • You can select multiple rows or items to perform batch actions like copying links or sending them to debrid.
    • NEW: Selection Controls (Select All, Unselect All, Invert Selection) for efficient torrent management.
    • NEW: Selection state is preserved when switching between grid and table views.
  3. Copy and Debrid Buttons
    • Floating buttons that allow you to copy selected links to the clipboard or send them to the download page with a single click.
    • NEW: Enhanced button design with visual feedback, smooth transitions, and better typography.
    • NEW: Added batch delete button for removing multiple selected torrents at once.

Torrent Page

  1. Grid Layout
    • Option to switch the torrent list to a grid layout for a more compact presentation (click top right button in page)
    • NEW: Switch between grid/table views without page reload.
    • NEW: Smart layout that uses grid only when appropriate (3+ torrents).
    • NEW: Better text handling for long filenames with dots in grid view.

Grid Layout

  1. Improved Floating Window
    • The floating window on the torrents page is redesigned for better usability, displaying content in a more structured and user-friendly manner.
    • NEW: Improved centering of popups in grid layout.

Improved Floating Window

Downloader Page Enhancements

  1. URL Extract Button

    • An "Extract URL(s)" button allows you to extract all URL(s) from the text area, making it easier to manage multiple links.
    • NEW: Improved visual feedback showing number of URLs found.
  2. Copy Links Button

    • A "Copy Links" button to quickly copy all download links to your clipboard.
    • NEW: Visual confirmation when links are copied.

Copy Links and Extract URL(s) Buttons

Additional Notes

You can modify the script to automatically switch to the grid layout by using:

//addSwitchToGridLayoutButton();
switchToGridLayout();