Skip to content
View celia-vytrac's full-sized avatar
Block or Report

Block or report celia-vytrac

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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\"]")