Hi all,
I've created this issue on the Tampermonkey forums. After a bit of digging I found that the regex used in the @include tags are the issue. I've solved it by removing the regex from the tags; resulting in this:
// @include https://*stackoverflow.com/*
// @include https://*stackexchange.com/*
// @include https://*serverfault.com/*
// @include https://*superuser.com/*
// @include https://*stackapps.com/*
// @include https://*mathoverflow.net/*
// @include https://*askubuntu.com/*
This fixes the issue described at the TM forum, but I believe it would also react to fakestackoverflow.com. Any good solutions for this?
~ML
Hi all,
I've created this issue on the Tampermonkey forums. After a bit of digging I found that the regex used in the
@includetags are the issue. I've solved it by removing the regex from the tags; resulting in this:// @include https://*stackoverflow.com/*// @include https://*stackexchange.com/*// @include https://*serverfault.com/*// @include https://*superuser.com/*// @include https://*stackapps.com/*// @include https://*mathoverflow.net/*// @include https://*askubuntu.com/*This fixes the issue described at the TM forum, but I believe it would also react to
fakestackoverflow.com. Any good solutions for this?~ML