mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 15:03:43 +00:00
yeah lol
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user