dimdenGD / OldTwitter

Extension to return old Twitter layout from 2015 / 2018.
https://chrome.google.com/webstore/detail/old-twitter-layout-2022/jgejdcdoeeabklepnkdbglgccjpdgpmf
Other
1.84k stars 162 forks source link

Add-in GIF search compatibility and the ability to see unsend and programmed tweets #48

Open MarianoKaz opened 1 year ago

MarianoKaz commented 1 year ago

Oh, and also the file select button when making a tweet would be nice too! image

dimdenGD commented 1 year ago

there is file select button already

thepwrtank18 commented 1 year ago

Sorry for necroing this issue, but here's a GET request that gets the list of all the GIFs in Twitter's GIF search feature by search term:

GET /i/api/1.1/foundmedia/search.json?q=your%20search%20term HTTP/1.1
Host: twitter.com
Accept: */*
authorization: Bearer [REDACTED0]
x-csrf-token: [REDACTED1]
Cookie: auth_token=[REDACTED2]; ct0=[REDACTED1];

Replace all the [REDACTED#]'s with the valid tokens. If you just want the "trending gifs", use /i/api/1.1/foundmedia/categories.json instead.

dimdenGD commented 1 year ago

api request is not a problem, adding things to my god-awful tweet composer element is, i dont wanna bother with it