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.3 KB
授權條款
未知
腳本執行於

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.