DeleteTweets icon indicating copy to clipboard operation
DeleteTweets copied to clipboard

fix

Open themostdeviantdev opened this issue 7 months ago • 7 comments

remove all var mentions of client uuid, first perform a manual request to fetch tweet/replies by clicking on replies, and copy exactly that client_tid token, i also changed random resource line:

var random_resource = "OAx9yEcW3JA9bPo63pcYlA";

and delete option variable line:

	variable = `?variables=%7B%22userId%22%3A%22${user_id}%22%2C%22count%22%3A${count}%2C${final_cursor}%22includePromotedContent%22%3Atrue%2C%22withCommunity%22%3Atrue%2C%22withVoice%22%3Atrue%7D`;

themostdeviantdev avatar May 01 '25 02:05 themostdeviantdev

works

Image

themostdeviantdev avatar May 01 '25 02:05 themostdeviantdev

Could you upload or copy-paste a fork? I deleted all mentions of uuid, and did the rest. Still getting the 400 error

Image

jattak47 avatar May 01 '25 12:05 jattak47

I got a true fix in my fork. They changed some things not only with X-Client-UUID but also the Request-Parameters and even the Response-Format. So it had to be rebuilt https://github.com/NietzscheKadse/XeetEntfernierer

NietzscheKadse avatar May 01 '25 20:05 NietzscheKadse

I got a true fix in my fork. They changed some things not only with X-Client-UUID but also the Request-Parameters and even the Response-Format. So it had to be rebuilt https://github.com/NietzscheKadse/XeetEntfernierer

I had to turn old_tweets to true for the script to work. https://github.com/NietzscheKadse/XeetEntfernierer/blob/1b2c9d56d39e1e55ef36f8cf78cec05eed88e204/main.js#L35

PierrickGT avatar Jun 02 '25 17:06 PierrickGT

I got a true fix in my fork. They changed some things not only with X-Client-UUID but also the Request-Parameters and even the Response-Format. So it had to be rebuilt https://github.com/NietzscheKadse/XeetEntfernierer

I had to turn old_tweets to true for the script to work. https://github.com/NietzscheKadse/XeetEntfernierer/blob/1b2c9d56d39e1e55ef36f8cf78cec05eed88e204/main.js#L35

This worked for me too. Thanks @PierrickGT.

vikdeadgens avatar Jun 26 '25 01:06 vikdeadgens

Updated it, sorry for the delay. Don't use Github much, if it breaks again feel free to tag me on discord arm_11813

NietzscheKadse avatar Jul 29 '25 02:07 NietzscheKadse