Skip to content

Instantly share code, notes, and snippets.

View graphiert's full-sized avatar
🛌
Turu? Brutal!

Galih. graphiert

🛌
Turu? Brutal!
View GitHub Profile
@graphiert
graphiert / link.txt
Last active September 15, 2025 00:58
Windows Debloating
@graphiert
graphiert / README.md
Created February 27, 2025 12:42
Image placeholder

Image placeholder

@graphiert
graphiert / fireworks.js
Created April 14, 2022 01:21
Fireworks effect on the website
const PI2 = Math.PI * 2
const random = (min, max) => Math.random() * (max - min + 1) + min | 0
class Container {
constructor() {
this.resize()
this.fireworks = []
this.counter = 0
}
resize() {
this.width = canvas.width = window.innerWidth
# @galihpujiirianto https://github.com/galihpujiirianto/AboutMe-tgbot
from pyrogram import filters
from pyrogram.types import (
InlineKeyboardMarkup,
InlineKeyboardButton,
InputTextMessageContent,
InlineQueryResultArticle
)
from msg_config import *
@graphiert
graphiert / galonbl.json
Created February 25, 2022 11:37
Galon Userbot Blacklist
[901878554, 1019165981, 2115290389, 1245451624, 1138701962, 5116322909, 2021122001]
@graphiert
graphiert / COPY THIS CODE.txt
Last active February 16, 2022 11:10
Telegram String Session Generator
sh -c "$(curl -fsSL https://bit.ly/3IBgWGP)"