-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSE_duplicate_manager.meta.js
executable file
·31 lines (31 loc) · 1.65 KB
/
SE_duplicate_manager.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
28
29
30
31
// ==UserScript==
// @name StackExchange duplicate manager
// @description Lets you mark questions as commonly used duplicate targets, and search through your collection of duplicate targets from within the close question dialog
// @version 1.4.2
// @author Paul Pinterits
// @include *://*.stackexchange.com/questions/*
// @include *://meta.serverfault.com/questions/*
// @include *://meta.stackoverflow.com/questions/*
// @include *://meta.superuser.com/questions/*
// @include *://serverfault.com/questions/*
// @include *://stackoverflow.com/questions/*
// @include *://superuser.com/questions/*
// @include *://*.stackexchange.com/users/*
// @include *://meta.serverfault.com/users/*
// @include *://meta.stackoverflow.com/users/*
// @include *://meta.superuser.com/users/*
// @include *://serverfault.com/users/*
// @include *://stackoverflow.com/users/*
// @include *://superuser.com/users/*
// @exclude *://*/questions/tagged/*
// @exclude *://*/questions/ask
// @namespace Aran-Fey
// @require https://github.com/Aran-Fey/userscript-lib/raw/60f9b285091e93d3879c7e94233192b7ab370821/userscript_lib.js
// @require https://github.com/Aran-Fey/SE-userscript-lib/raw/929a2b865752ffa8496c33f437a3a34af32eccba/SE_userscript_lib.js
// @grant GM_setValue
// @grant GM_getValue
// @grant GM.setValue
// @grant GM.getValue
// @updateURL https://github.com/Aran-Fey/SE-duplicate-manager/raw/master/SE_duplicate_manager.meta.js
// @downloadURL https://github.com/Aran-Fey/SE-duplicate-manager/raw/master/SE_duplicate_manager.user.js
// ==/UserScript==