NoTrack: Fix blocking analytics (#2857)

This commit is contained in:
thororen 2024-09-11 06:50:55 -04:00 committed by GitHub
parent 56459bdcad
commit a765212cfe
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ export default definePlugin({
},
},
{
find: ".METRICS,",
find: ".METRICS",
replacement: [
{
match: /this\._intervalId=/,