This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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. ??? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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%' }}> |