diff --git a/saviour-of-lost-souls/saviour-of-lost-souls.user.js b/saviour-of-lost-souls/saviour-of-lost-souls.user.js index fd3b2b7..49be321 100644 --- a/saviour-of-lost-souls/saviour-of-lost-souls.user.js +++ b/saviour-of-lost-souls/saviour-of-lost-souls.user.js @@ -7,6 +7,7 @@ // @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/saviour-of-lost-souls/saviour-of-lost-souls.user.js // @version 0.1.1 // @match *://meta.stackexchange.com/questions/* +// @exclude *://meta.stackexchange.com/questions/ask // @grant none // ==/UserScript== @@ -132,4 +133,4 @@ // TODO: reload page after all calls are finished }); -})(); \ No newline at end of file +})();