Write code in the editor and click
<script src='https://joelgrayson.com/software/notificationer/notificationer-v2.js'></script>
<script>
config();
notify('Hello world');
notify('Success', 'green');
notify('Confirmation required <button>confirm</button>', 'red');
</script>