Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AWeirdDev/thtml-escape

Repository files navigation

thtml-escape

Dependency of thtmlx for (un)escaping HTML.

from thtml_escape import encode, decode
print(encode('" onmouseover="alert(1)'))
# " onmouseover="alert(1)
print(decode('" onmouseover="alert(1)'))

AltStyle によって変換されたページ (->オリジナル) /