Run tampermonkey script only on one site
Summary This incident involved a Tampermonkey userscript that was intended to run only on YouTube, but instead executed on every website. The root cause was an incorrect or overly broad @match pattern that unintentionally matched all domains. Root Cause The issue stemmed from the following pattern: @match https://*.youtube.com/* While it looks correct, the real problem … Read more