Skip to content
View celia-vytrac's full-sized avatar
  • Huntington Bank
  • Pittsburgh

Block or report celia-vytrac

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. celia-vytrac.github.io celia-vytrac.github.io Public

    Shell

  2. homelab homelab Public

    HCL

  3. nspire-documents nspire-documents Public

  4. Run in google chrome -> inspect elem... Run in google chrome -> inspect element -> source -> snippets at https://play.google.com/books to download all books on page as EPUB rather than doing it manually one at a time.
    1
    function sleep(ms) {
    2
        return new Promise(resolve => setTimeout(resolve, ms));
    3
    }
    4
    
                  
    5
    let dots = document.querySelectorAll("[aria-label=\"More Options\"]")