From 55d92b6c2c0289cd0c6b7c847b2879e498a25e21 Mon Sep 17 00:00:00 2001 From: Makyen Date: Wed, 15 Mar 2023 08:44:02 -0700 Subject: [PATCH] CompactLH: run on stackoverflowteams.com --- Compact-Line-Height/StackCompactLineHeight.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compact-Line-Height/StackCompactLineHeight.user.js b/Compact-Line-Height/StackCompactLineHeight.user.js index 7da6acc..df1a85f 100644 --- a/Compact-Line-Height/StackCompactLineHeight.user.js +++ b/Compact-Line-Height/StackCompactLineHeight.user.js @@ -3,8 +3,8 @@ // @description Reduces the space between lines back to what it used to be // @author CertainPerformance // @namespace https://github.com/CertainPerformance/Stack-Exchange-Userscripts -// @version 1.3.0 -// @include /^https://(?:[^/]+\.)?(?:(?:stackoverflow|serverfault|superuser|stackexchange|askubuntu|stackapps)\.com|mathoverflow\.net)// +// @version 1.3.1 +// @include /^https://(?:[^/]+\.)?(?:(?:stackoverflow|serverfault|superuser|stackexchange|askubuntu|stackapps|stackoverflowteams)\.com|mathoverflow\.net)// // @run-at document-start // @grant none // ==/UserScript==