Open Asahi21 opened 10 months ago
Looking for the same feature! There is a "like.js" in the downloaded archive as well, containing some simple json objects, example:
"like" : {
"tweetId" : "1234567",
"fullText" : "@egonmurks blablabla",
"expandedUrl" : "https://twitter.com/i/web/status/1234567"
}
I'll try to play around with this, but for starters I wouldn't know what the web-request for unliking would be. Maybe browser dev tools can tell?
Looking for the same feature! There is a "like.js" in the downloaded archive as well, containing some simple json objects, example:
"like" : { "tweetId" : "1234567", "fullText" : "@egonmurks blablabla", "expandedUrl" : "https://twitter.com/i/web/status/1234567" }
I'll try to play around with this, but for starters I wouldn't know what the web-request for unliking would be. Maybe browser dev tools can tell?
Did you ever look into it? If not I'm sure I could figure it out with Burp Suite tbh.
Are you planning on adding a way to remove likes/favs? Or is it not possible?