Skip to content

Commit

Permalink
Exclude SEDE from the userscript.
Browse files Browse the repository at this point in the history
When using SEDE Advanced Flagging is throwing a lot of errors. It does not need to be executed on data.stackexchange.com
  • Loading branch information
kamil-tekiela committed Sep 11, 2020
1 parent 32f4a81 commit 9f909d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UserScriptDeclaration.js
Expand Up @@ -15,10 +15,11 @@
// @exclude *://chat.stackoverflow.com/*
// @exclude *://blog.stackoverflow.com/*
// @exclude *://*.area51.stackexchange.com/*
// @exclude *://data.stackexchange.com/*
// @require https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
// @grant GM_xmlhttpRequest
// @grant GM_listValues
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// ==/UserScript==
// ==/UserScript==

0 comments on commit 9f909d4

Please sign in to comment.