BlueSky Correct Terminology

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

Maker
Vivelin
Dagelijks aantal installaties
0
Totaal aantal installaties
14
Beoordelingen
0 0 0
Versie
1.0.7
Gemaakt op
14-11-2024
Bijgewerkt op
14-11-2024
Grootte
3,09 KB
Licentie
MIT
Wordt toegepast op

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;