1
Fork 0
This commit is contained in:
Ashley 2023-11-29 15:59:58 +00:00
parent dc015f3987
commit a1387cd434

View file

@ -60,7 +60,7 @@ replaceRecursively(document.body, new RegExp("poketube", "gi"), replaceText);
function replaceTitle() {
if (window.location.pathname === "/watch") {
document.title = document.title.replace(/PokeTube/g, " Watch");
document.title = document.title.replace(/Poke/g, " Watch");
}
}