Greasy Fork is available in English.

BlueSky Correct Terminology

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

Tekijä
Vivelin
Päivittäiset asennukset
0
Asennuskerrat
16
Arvostelut
0 0 0
Versio
1.0.7
Luotu
14.11.2024
Päivitetty
14.11.2024
Size
3,09 kt
Lisenssi
MIT
Käytössä

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;