Greasy Fork is available in English.

BlueSky Correct Terminology

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Vivelin
일일 설치수
0
총 설치수
13
평점
0 0 0
버전
1.0.7
생성
2024-11-14
갱신
2024-11-14
Size
3.09KB
라이선스
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;