Merge pull request #11 from rschrieken/patch-1
don't run the script when asking a new question
This commit is contained in:
commit
6e83ce0771
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue