Remove unnecessary @include and @match lines.
No need to include http:// links since server automatically redirects everything to https://
Furthermore, there's no need for this script to run on /missions url.
Finally, it had /* which would override any other entries and was unnecessarily broad.
Remove unnecessary
@include
and@match
lines. No need to includehttp://
links since server automatically redirects everything tohttps://
Furthermore, there's no need for this script to run on/missions
url. Finally, it had/*
which would override any other entries and was unnecessarily broad.