Replace the variables below in the script
YOURBASEID
: your Airtable base ID starting with 'app...'YOURCOOKIESFORAIRTABLEDOMAIN
your browser cookie for airtable.com domain
Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
ActivityTweet | |
generic_activity_highlights | |
generic_activity_momentsbreaking | |
RankedOrganicTweet | |
suggest_activity | |
suggest_activity_feed | |
suggest_activity_highlights | |
suggest_activity_tweet |
const fda = ( fields ) => { | |
let data = [] | |
for(const f of fields ){ | |
data.push(fd(f)) | |
} | |
return data | |
} | |
const fd = ( field ) => { | |
let data = { |