BlueSky Correct Terminology

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

Tác giả
Vivelin
Cài đặt hàng ngày
0
Số lần cài đặt
13
Đánh giá
0 0 0
Phiên bản
1.0.7
Đã tạo
14-11-2024
Đã cập nhật
14-11-2024
Size
3 KB
Giấy phép
MIT
Áp dụng cho

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;