Skip to content

Instantly share code, notes, and snippets.

module.exports = {
/**
*
* Using raw socket.io functionality from a Sails.js controller
*
*/
index: function (req,res) {
// ==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==