-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSOUP.meta.js
27 lines (26 loc) · 1.23 KB
/
SOUP.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// ==UserScript==
// @name Stack Overflow Unofficial Patch
// @namespace https://github.com/vyznev/
// @description Miscellaneous client-side fixes for bugs on Stack Exchange sites
// @author Ilmari Karonen
// @version 1.56.2
// @copyright 2014-2019, Ilmari Karonen (https://stackapps.com/users/10283/ilmari-karonen)
// @license ISC; https://opensource.org/licenses/ISC
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
// @match *://*.stackapps.com/*
// @match *://*.mathoverflow.net/*
// @match *://*.askubuntu.com/*
// @exclude https://stackoverflow.com/c/*
// @homepageURL https://stackapps.com/questions/4486/the-stack-overflow-unofficial-patch-soup
// @updateURL https://github.com/vyznev/soup/raw/master/SOUP.meta.js
// @downloadURL https://github.com/vyznev/soup/raw/master/SOUP.user.js
// @icon https://github.com/vyznev/soup/raw/master/icon/SOUP_icon_128.png
// @grant none
// @run-at document-start
// @noframes
// ==/UserScript==
// This metadata block is automatically extracted from SOUP.user.js.
// Any changes made to it will be overridden by extract-metadata.pl.