don't run the script when asking a new question
as the dependencies the script relies on don't exist on that page
This commit is contained in:
parent
ba2103da9e
commit
4331404503
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
|
// @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/saviour-of-lost-souls/saviour-of-lost-souls.user.js
|
||||||
// @version 0.1.1
|
// @version 0.1.1
|
||||||
// @match *://meta.stackexchange.com/questions/*
|
// @match *://meta.stackexchange.com/questions/*
|
||||||
|
// @exclude *://meta.stackexchange.com/questions/ask
|
||||||
// @grant none
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -132,4 +133,4 @@
|
||||||
|
|
||||||
// TODO: reload page after all calls are finished
|
// TODO: reload page after all calls are finished
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue