This script removes the left panel on messenger (your other conversations).
This is useful if you want to test a messenger bot distraction-free or doing a demo of your bot.
This script removes the left panel on messenger (your other conversations).
This is useful if you want to test a messenger bot distraction-free or doing a demo of your bot.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Seti_Monokai</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
| { | |
| "Seti_pad_5": true, | |
| "Seti_tabs_med": true, | |
| "auto_upgrade_ignore": | |
| [ | |
| "Seti_UI" | |
| ], | |
| "caret_extra_width": 0, | |
| "color_scheme": "Packages/JavaScriptNext - ES6 Syntax/Monokai Phoenix.tmTheme", | |
| "fade_fold_buttons": false, |
| var express = require('express'); | |
| var session = require('express-session'); | |
| var cookieParser = require('cookie-parser'); | |
| var flash = require('connect-flash'); | |
| var app = express(); | |
| app.use(cookieParser('secret')); | |
| app.use(session({cookie: { maxAge: 60000 }})); | |
| app.use(flash()); |
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
Resources for learning web design & front-end development:
ONLINE
Design