/** * SPDX-License-Identifier: CC0-1.0 * * Copyright (C) 2025 Woj. Kosior */ /* #+begin_src manifest-jq .matches = ["https://stephanskirche.at/*"] #+end_src */ if (false) { /* #+begin_src background-js */ blockJsOnUrl("https://stephanskirche.at/*"); } /* #+end_src */ /* Make elements show up. */ for (const elem of document.querySelectorAll(".animated")) { elem.style.opacity = 1; }