Skip to content
View schaoss's full-sized avatar
🚀
🚀
Block or Report

Block or report schaoss

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. web-audio web-audio Public

    iron-man-30-days

    Vue 16 4

  2. algorithms algorithms Public

    "Algorithms: Explained and Illustrated" book club, implement via JavaScript

    JavaScript 2

  3. HappyCodeWars HappyCodeWars Public

    CodeWars Solutions

    JavaScript 1 1

  4. Force Open Vue Devtools Force Open Vue Devtools
    1
    (() => {
    2
      const root = Array.from(document.querySelectorAll('*')).find((e) => e.__vue__ || e.__vue_app__);
    3
      const app = root?.__vue__ || root?.__vue_app__;
    4
      const devtools = window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
    5