Merge pull request #11 from rschrieken/patch-1

don't run the script when asking a new question
This commit is contained in:
Glorfindel83 2018-12-29 14:21:10 +01:00 committed by GitHub
commit 6e83ce0771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
});
})();
})();