Skip to content
View kimbius's full-sized avatar
😪
😪

Block or report kimbius

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

Hi, I am Peerawit Piwsawang. I like web hacking. I learn best by doing. Practice is more important to me than theory.

Discord Profile Views

spotify-github-profile

Pinned Loading

  1. tictactoe-flask-websocket tictactoe-flask-websocket Public archive

    Mini Project for Computer Science Class since M.4 (2/2566)

    HTML

  2. Valorant-Discover Valorant-Discover Public

    Svelte

  3. liveworksheets-ez-exam.js liveworksheets-ez-exam.js
    1
    worksheet = JSON.parse(JSON.parse(document.querySelector("script[data-drupal-selector=\"drupal-settings-json\"]").innerHTML).worksheet.json)
    2
    correct_answer = worksheet.filter(_ => _[0] == "select:yes")
    3
    correct_answer.forEach(_ => document.querySelector(`div[style="width:${_[4]}px;height:${_[3]}px;top:${_[1]}px;left:${_[2]}px"]`).click())