Suggestion for Mod Improovement

Hi,

this mod https://anymod.com/mod/folding-receipt-dkdblr

can be improoved by

changing
<h1></h1>
to

      `      <h1 class="sumUp"></h1>`

and

const totalEl = document.querySelector('h1')

to

const totalEl = document.querySelector('.sumUp')

Otherwise the first h1-Element all across the entire webpage will display the totalEl . This can be undesired.

The Mod should make sure only the H1-Emelemt within this Mod itself will be regarded

Thanks for the suggestion Stefan, we’ve updated it!