Skip to content

@include tags cause TamperMonkey to slow down #80

@MagicLegend

Description

@MagicLegend

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions