remove leftover regex

pull/83/head
Aevann 2023-01-01 04:20:02 +02:00
parent 0c6866ed84
commit f999e30159
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ for (const element of undisable_element) {
};
}
// data-on[^"]*?="[^"]+?\.(?![%a-z._ ]+?\})
const setting_switchs = document.getElementsByClassName('setting_switch');
for (const element of setting_switchs) {
if (element.dataset.nonce != nonce) continue