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://i.hizliresim.com/snwuuq7.",
"email": "[email protected]",
"phone": "+90 546 674 48 14",
"website": "https://arasmehmet.com",
"summary": "Over 6 years of extensive experience in software development life cycle in web developing and designing using JavaScript technologies. Experience in developing websites using JavaScript and React. Strong ability in design, development and testing of high availability and scalable Web applications.",
"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%' }}>