View using-raw-socket-io-in-sails.js
module.exports = { | |
/** | |
* | |
* Using raw socket.io functionality from a Sails.js controller | |
* | |
*/ | |
index: function (req,res) { |
View restore-chat-link.user.js
// ==UserScript== | |
// @name Restore chat button to stackoverflow | |
// @namespace http://stackoverflow.com/users/1907358/connor-js | |
// @version 0.1 | |
// @description restore stackoverflow chat link | |
// @match http://*.stackoverflow.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== |
View blackbar-destroyer.user.js
// ==UserScript== | |
// @name Stackoverflow black bar destroyer | |
// @namespace http://stackoverflow.com/users/1907358/connor-js | |
// @version 0.1 | |
// @description Does what it says on the tin. | |
// @match http://*.stackoverflow.com/* | |
// @copyright 2012+, You.......... | |
// ==/UserScript== |