Greasy Fork is available in English.

BlueSky Correct Terminology

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

Skapare
Vivelin
Dagliga installationer
0
Totala installationer
16
Betyg
0 0 0
Version
1.0.7
Skapad
2024-11-14
Uppdaterad
2024-11-14
Size
3,09 KB
Licens
MIT
Gäller för

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;