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://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": { |
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%' }}> |