M365 Copilot + Loop Full Width

Expands M365 Copilot Chat and the main Microsoft Loop notes canvas.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
alfred1137
今日安裝
0
安裝總數
6
評價
0 0 0
版本
4.2
建立日期
2026-08-20
更新日期
2026-08-24
尺寸
2.1 KB
授權條款
MIT
腳本執行於

M365 Copilot and Loop Full Width

A lightweight userscript that expands Microsoft 365 Copilot Chat and the main notes area in Microsoft Loop to use the available browser width, while retaining comfortable padding along the page margins.

Microsoft 365 Copilot normally limits conversations to a relatively narrow reading column, leaving substantial unused space on larger displays. Microsoft Loop applies a similar width limit to the main notes canvas. This script removes those restrictions so that long responses, code blocks, tables and detailed notes are easier to read and edit.

Features

  • Full-width Copilot conversations: Expands Copilot responses to use the available page width.
  • Wider Copilot message composer: Extends the chat input area to match the expanded conversation layout.
  • Full-width Loop notes: Expands the main Loop notes canvas and removes the default width limit from its page frames.
  • Targeted Loop support: Changes only the main notes canvas, without widening the page title or editable table cells.
  • Comfortable page padding: Retains modest margins so content does not touch the edges of the browser window.
  • Responsive layout: Reduces the horizontal padding automatically on narrow screens.
  • Lightweight implementation: Uses a small set of CSS overrides without continuously scanning or modifying the page.
  • Dynamic interface support: Uses stable layout identifiers and semantic selectors that work with the dynamically rendered Copilot and Loop interfaces.
  • Theme compatible: Works with light and dark themes because it changes layout only.
  • No tracking or external dependencies: Does not collect data, contact external services or load third-party resources.

Configuration

The Copilot page margin is controlled by this line in the userscript:

padding-inline: clamp(12px, 1.5vw, 24px) !important;

The Loop notes area keeps its standard desktop padding. On screens up to 700 pixels wide, the script reduces the horizontal padding to 10 pixels:

padding-inline: 10px !important;