UnlikeAllTweets
UnlikeAllTweets copied to clipboard
Unlike all your tweets
When running the script there were a couple errors that had to do with the api request being blocked due to the fact that twitter's domain has changed to x.com...

Simply replace twitter.com URLs with x.com to prevent CORS error.
I added some sleeps to the code with random waiting time values. In this case, for each action of deleting/unlike tweets, and for each time it searches for new tweets...
Getting the following error  line 2 ` var ua = navigator.userAgentData.brands.map(brand => `"${brand.brand}";v="${brand.version}"`).join(', ');`
Was added: - async function like_tweets - For some accounts, a bug leaves tweets with "favorite" = false but remains liked for visitors. This function first likes the tweet, allowing...
Since the twitter data we get also contains a `like.js` file with all our liked tweets, could we get the code to read from an archive imported here? Would be...
 Worked on about 40 likes, now just getting this for over a day now. =(
X Account used is Protected, Tweet Deletion Script worked as intended regardless. options: `var delete_options = { "force_unlike":true, /* tweets_to_ignore : give all the tweet ids that you want to...
Changed "twitter.com" api links to "x.com" to make it work