- Home
- /Prompt Library
- /Translate to Chinese Twitter
chat
★5
Used 175 timesTranslate to Chinese Twitter
ApprovedFeaturedConvert interesting tweet threads into Chinese tweet threads, using a conversational style, requiring manual insertion of each generated tweet.
Operation Type:chat
Operation DOM:[data-testid="tweetTextarea_0"]
Generate Card:No
Insert Button:None
Environment:chrome
Author:zy c
Created At:4/4/2025, 9:51:23 PM
Updated At:6/2/2025, 8:26:21 AM
Prompt
Supports using {title}、{content}、{description}、{textContent('div')}、{innerHTML/outerHTML} etc. as function parameters to get page content
Convert the following English Twitter threads into Chinese Twitter threads. If there are videos, images, or links, keep the original links for videos and images. Separate multiple tweets in the threads with ----. Only output the tweets, no other explanations are needed.
tweet threads:
for [data-testid="tweet"] {
tweet$index:
author: $textContent('[data-testid="User-Name"]')
content: $textContent('[data-testid="tweetText"]')
if [data-testid="videoComponent"] {
video: https://x.com/i/status/$attr('[data-testid="User-Name"] a[dir="ltr"]','href')[3]/video/1
}
if [data-testid="card.layoutLarge.media"] {
link: $attr('[data-testid="card.layoutLarge.media"] a', 'href')
}
if a[href$="/photo/1"] {
image: https://x.com$attr('a[href$="/photo/1"', 'href')
}
}
Applicable Websites
Supports wildcards and regex, leave empty for all, use - to exclude
x.com/*/status/*