Made with ChatGPT, paste into your browser console and then run replaceMentionsOfElonWithToothFairy()
. Pretty sure theres a simpler way to replace on the whole page, but not a web dev. try it on https://en.wikipedia.org/wiki/Elon_Musk for example. Also it knows regex.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
traefik_proxy | |
- dversion: "2" # should probably be 3 | |
volumes: | |
gitea: | |
services: | |
server: | |
image: gitea/gitea:latest | |
restart: always |