dpacassi / disable-javascript

Adds the ability to disable JavaScript on specific sites.
MIT License
272 stars 34 forks source link

ID attribute is not retained #101

Open PunchyRascal opened 2 years ago

PunchyRascal commented 2 years ago

Id attribute of <noscript id="foo"> is not retained in the <div> that replaces the <noscript>. This may lead to missing styling.

sekunho commented 2 years ago

+1, except not just the id attribute, but any kind of attribute.