From cfade5a36cbb07e88116b6c646352ab661ece70f Mon Sep 17 00:00:00 2001 From: neo Date: Mon, 27 Oct 2025 16:21:37 +0800 Subject: [PATCH] Fix: Update @exclude for Teams to resolve script conflict --- Picviewer CE+/Picviewer CE+.user.js | 1 + Picviewer CE+/dist.user.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Picviewer CE+/Picviewer CE+.user.js b/Picviewer CE+/Picviewer CE+.user.js index 3b841f72517..f36df1edab4 100644 --- a/Picviewer CE+/Picviewer CE+.user.js +++ b/Picviewer CE+/Picviewer CE+.user.js @@ -55,6 +55,7 @@ // @exclude *://mega.*/* // @exclude *://*.mega.*/* // @exclude *://onedrive.live.com/* +// @exclude *://teams.live.com/* // @run-at document-end // @created 2011-6-15 // @contributionURL https://ko-fi.com/hoothin diff --git a/Picviewer CE+/dist.user.js b/Picviewer CE+/dist.user.js index e25371e7230..145be2c92dd 100644 --- a/Picviewer CE+/dist.user.js +++ b/Picviewer CE+/dist.user.js @@ -55,6 +55,7 @@ // @exclude *://mega.*/* // @exclude *://*.mega.*/* // @exclude *://onedrive.live.com/* +// @exclude *://teams.live.com/* // @run-at document-end // @created 2011-6-15 // @contributionURL https://ko-fi.com/hoothin