-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
help wanted 🙏Extra attention is neededExtra attention is needed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wanted 🙏Extra attention is neededExtra attention is needed