diff --git a/user-id-autofiller/user-id-autofiller.user.js b/user-id-autofiller/user-id-autofiller.user.js index c6f3ae1..705c1c6 100644 --- a/user-id-autofiller/user-id-autofiller.user.js +++ b/user-id-autofiller/user-id-autofiller.user.js @@ -5,14 +5,19 @@ // @updateURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/user-id-autofiller/user-id-autofiller.user.js // @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/user-id-autofiller/user-id-autofiller.user.js // @author Glorfindel -// @version 0.2 +// @version 0.3 // @match *://data.stackexchange.com/*/query/* // @connect stackexchange.com // @connect *.stackexchange.com +// @connect stackoverflow.com // @connect *.stackoverflow.com +// @connect superuser.com // @connect *.superuser.com +// @connect serverfault.com // @connect *.serverfault.com +// @connect askubuntu.com // @connect *.askubuntu.com +// @connect mathoverflow.net // @connect *.mathoverflow.net // @connect stackapps.com // @grant GM_xmlhttpRequest