Skip to content

Instantly share code, notes, and snippets.

View WiredUK's full-sized avatar
💜
Focusing on community

David Glass WiredUK

💜
Focusing on community
View GitHub Profile
// ==UserScript==
// @name Table Formatter
// @author DavidG
// @grant GM_addStyle
// @license MIT
// @version 1.1.0.0
// @description Allow copy & paste of tables on Stack Overflow (ALT+V to paste CSV into a table)
// @include /^https?:\/\/([\w-]*\.)*((stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com|mathoverflow.net)\/(c\/[^\/]*\/)?(questions|posts|review|tools)\/(?!tagged\/|new\/).*/
// @exclude *://chat.stackoverflow.com/*
// @exclude *://chat.stackexchange.com/*