userstyles-world / userstyles.world

⭐ Website to browse and share UserCSS userstyles. A modern replacement for UserStyles.org made by the userstyles community.
https://userstyles.world
GNU Affero General Public License v3.0
324 stars 15 forks source link

Style pages are broken by invalid HTML syntax #186

Closed astyled closed 1 year ago

astyled commented 1 year ago

...by unclosed tags like <i>, <b>, <s>, <u>, <a href="http://example.com"> because no proper sanitation is done to them.

Example: https://userstyles.world/style/59 <b> tag here makes some UI text bold, breaks display of the style code and footer.

1280px commented 1 year ago

unclosed \

leads to a pretty interesting result, when the rest of the page is "captured" inside the description block:

2023-06-02-18-10-14

vednoc commented 1 year ago

The fix is live.