This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
OlderNewer