Skip to content

Instantly share code, notes, and snippets.

View theaafofficial's full-sized avatar
:shipit:
Working from home

Ahmad Amin Farooq theaafofficial

:shipit:
Working from home
  • None
  • Lahore, Pakistan
View GitHub Profile
@theaafofficial
theaafofficial / script.js
Created September 7, 2024 19:17
Select multiple passwords in ProtonPass website
(async function () {
  // Variables based on your input
  const totalPasswords = 0; // Total number of passwords
  const visiblePasswordsDivs = 25; // Number of divs visible at a time
  // Select the scroll container based on the parent class
  const scrollContainer = document.querySelector(".ReactVirtualized__Grid");
  // Get the total scrollable height of the container