BlueSky Correct Terminology

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

Auteur
Vivelin
Nombre d'installations quotidiennes
0
Nombre d'installations
18
Évaluations
0 0 0
Version
1.0.7
Créer
2024-11-14
Mis à jour
2024-11-14
Taille
3,09 ko
Licence
MIT
S'applique à

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;