Skip to content
View xPapla's full-sized avatar
💭
Who wants a muffin?
💭
Who wants a muffin?

Organizations

@tooploox @iPlug-dev
Block or Report

Block or report xPapla

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
xPapla/README.md

Hi there 👋

Pinned Loading

  1. Rabrennie/anything.js Rabrennie/anything.js Public

    A javascript library that contains anything.

    JavaScript 544 136

  2. Download all custom backgrounds from... Download all custom backgrounds from google meet
    1
    const db = await new Promise((resolve, reject) => {
    2
      const request = window.indexedDB.open("meet_fx_db");
    3
      request.onerror = event => {
    4
        reject("req fail");
    5
      };