User ID autofiller v0.3: bugfix (it wasn't working for sites with custom domains)

This commit is contained in:
Glorfindel 2019-05-16 07:33:51 +02:00
parent e621d24c6f
commit c4bf2c9496
1 changed files with 6 additions and 1 deletions

View File

@ -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