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.