This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. 打开 Arc 浏览器访问 Twitter 网站; | |
// 2. 左侧面板右下角点击 New Boost - Inject - A specific website(确认应用范围是 twitter.com) | |
// 3. 请空默认代码,粘贴本页面代码即可。 | |
// 效果测试地址: https://twitter.com/ciguleva/status/1637233764656107520?s=20 | |
const tweetSelector = 'article[data-testid="tweet"]'; | |
const tweetTextSelector = 'div[data-testid="tweetText"]'; | |
const tweetPhotoSelector = 'div[data-testid^="tweetPhoto"]'; | |
const appendAltText = (tweet, altText) => { |