Skip to content

Instantly share code, notes, and snippets.

View ThiasGrey's full-sized avatar
🎯
Focusing

Bruno Mathias ThiasGrey

🎯
Focusing
  • São Paulo/ Brazil
View GitHub Profile
@ThiasGrey
ThiasGrey / js
Last active May 15, 2026 14:17
KatyVote
(async () => {
const TOTAL = 500;
const ANSWER = "74362917";
const sleep = ms =>
new Promise(r => setTimeout(r, ms));
for (let i = 1; i <= TOTAL; i++) {
@ThiasGrey
ThiasGrey / header.html
Created March 23, 2025 18:02
show-hide-header
<style>
#show-hide-header {
width: 100vw !important;
inset-inline-start: 0 !important;
}
</style>
<script>
"use strict";