Skip to content

Instantly share code, notes, and snippets.

View arasovic's full-sized avatar
💻
Working from home

Mehmet Aras arasovic

💻
Working from home
View GitHub Profile
@arasovic
arasovic / delete-tweets.js
Created May 5, 2025 08:40 — forked from lucahammer/delete-tweets.js
Delete all your Tweets Javascript
/*
This may get your account banned. It runs in your regular browser with your regular login without needing the API.
The script does the same things that you would do yourself:
Click the three dots, select delete Tweet, confirm, scroll to next Tweet, repeat.
==========================
Usage
1. Open your Twitter profile in a browser
2. Open the console in the developer tools (F12)
3. Paste the script and press enter
4. ???
{
"basics": {
"name": "Mehmet Aras",
"label": "Senior Frontend Engineer",
"picture": "https://avatars.githubusercontent.com/u/9802740",
"email": "[email protected]",
"phone": "+90 546 674 48 14",
"website": "https://arasmehmet.com",
"summary": "Senior Frontend Engineer with 6+ years of experience architecting scalable web applications using React, TypeScript, and Next.js. Expert in legacy system migrations, performance optimization, and building enterprise-grade Design Systems. Proven track record of leading cross-functional teams and delivering high-impact solutions in Fintech and Logistics domains.",
"location": {
@arasovic
arasovic / some-flexbox-layout.js
Created March 21, 2023 13:03
flexbox layout tutorial
<div
style={{
display: 'flex',
backgroundColor: 'red',
flexDirection: 'row',
justifyContent: 'space-between',
}}
>
<div style={{ backgroundColor: 'blue', width: '100%' }}>
<div style={{ display: 'flex', flexDirection: 'column', backgroundColor: 'red', width: '100%' }}>