BlueSky Rename "Posts" to "Tweets"

Ensures BlueSky is using the correct terminology by replacing all instances of "post" with "tweet".

安装此脚本
作者推荐脚本

您可能也喜欢BlueSky Correct Terminology

安装此脚本
作者
4ns0n
日安装量
0
总安装量
0
评分
0 0 0
版本
1.0.1
创建于
2025-08-09
更新于
2025-08-09
大小
2.9 KB
许可证
MIT
适用于

This script replaces all mentions of the word "post" with "tweet" in the UI text throughout BlueSky. Since the term has been abandoned by Twitter (currently known as X), tweets need a new home. By default, tweets themselves are skipped, but this can be changed by editing one line in the script. Change:

const shouldReplaceTweetContent = false;

to

const shouldReplaceTweetContent = true;

Literally just a find and replace fork of https://greasyfork.org/en/scripts/517286-bluesky-correct-terminology. They deserve all the credit.