BlueSky Correct Terminology

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

作者
Vivelin
日安装量
0
总安装量
22
评分
0 0 0
版本
1.0.7
创建于
2024-11-14
更新于
2024-11-14
大小
3.1 KB
许可证
MIT
适用于

This script replaces all mentions of the word "post" with the more correct "skeet" in the UI text throughout BlueSky. By default, skeets themselves are skipped, but this can be changed by editing one line in the script. Change:

    const shouldReplaceSkeetContent = false;

to

    const shouldReplaceSkeetContent = true;