aboutsummaryrefslogtreecommitdiff
path: root/content/scentrum24_santander_3d-secure/centrum24_santander_3d-secure.js
blob: 28fcdc587bacfb8e5a4190f0008919842fd648d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Copyright 2021 Wojtek Kosior
 *
 * Available under the terms of Creative Commons Zero.
 */

const submit_button = document.getElementById("submit");
submit_button.classList.remove("disabled");
submit_button.removeAttribute("disabled");

console.log(document.querySelectorAll(".noscript"));

for (const noscript_element of document.querySelectorAll(".noscript"))
    noscript_element.remove();