AO3 Text Replacer

Replace certain words on AO3 fanfics with new ones of your choosing

लेखक
Cor_Caroli
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
571
रेटिंग
1 2 0
आवृत्ती
1.1
बनवली
2022-04-07
अपडेट केली
2022-04-10
आकार
2.33 KB
License
नाही
यांवर लागू होते:

Replace certain words in AO3 fics with new ones of your choosing. E.g. name replacements in reader-insert fics, triggers, etc.

Note that this does not replace text in URLs/links, because doing so can break links and lead you to non-existent pages.
Word replacements are case sensitive.

Instructions:
1. Go directly into the script editor (For TamperMonkey, click on the TamperMonkey extension > Dashboard > Click on the script itself, it should take you automatically to the script editor)
2. Scroll down to the CONFIGURATION SECTION
3. Configure the word replacement dictionary as you want
- !! WORDS ARE CASE SENSITIVE !!
- The format is:
"old word" : "new word",

Example: You want to change all instances of "pancakes" to "waffles" in the fic
Insert a line of code:
"pancakes" : "waffles",

(Remember to keep the comma at the end.)

- Alternatively, you can just edit the placeholder code lines with the words you want.
4. After making changes to the word replacement dictionary, save the script (Ctrl+S or whatever hotkey) and then refresh AO3 to see the word replacement changes.