Skip to content

Instantly share code, notes, and snippets.

@lmduc
Created April 17, 2023 16:50
Show Gist options
  • Save lmduc/b38e94b0a83ae90659c146a2a5fb7561 to your computer and use it in GitHub Desktop.
Save lmduc/b38e94b0a83ae90659c146a2a5fb7561 to your computer and use it in GitHub Desktop.
//Add script here
const targetElementQuery = "td.buchbar";
// Check for the existence of the target element
const targetElement = document.querySelectorAll(targetElementQuery);
if (targetElement.length > 0) {
document.getElementsByClassName("title")[3].innerHTML = "Co lich roi ban oi"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment