A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Yes, you can bypass scrolling by modifying the URL directly to open the second-stage recycle bin.
Navigate to your SharePoint site's first-stage recycle bin or site collection recycle bin URL, which ends in /_layouts/15/AdminRecycleBin.aspx. Append ?view=2 to the very end of the web address, making it /_layouts/15/AdminRecycleBin.aspx?view=2. Press Enter to load the second-stage recycle bin page directly.
If the direct URL fails or times out because of a large amount of data, you can use PnP PowerShell to view and manage second-stage items directly. Open PowerShell and connect to your site as a site collection administrator using Connect-PnPOnline -Url "https://sharepoint.com". Then run Get-PnPRecycleBinItem -SecondStage to list the items in the second-stage recycle bin.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin