aboutsummaryrefslogtreecommitdiff
/**
 * SPDX-License-Identifier: CC0-1.0
 *
 * Copyright (C) 2025 Woj. Kosior <koszko@koszko.org>
 */

/*
  #+begin_src manifest-jq
  .matches = ["https://janessagarrow.com/*"]
  #+end_src
*/

if (false) { /* #+begin_src background-js */
    blockJsOnUrl("https://janessagarrow.com/*");
} /* #+end_src */

for (const elem of document.querySelectorAll('[style^="opacity:0"]')) {
    elem.style.opacity = 1;
    elem.style.transform = 'none';
}