Created
April 17, 2023 16:50
-
-
Save lmduc/b38e94b0a83ae90659c146a2a5fb7561 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//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