M365 Copilot + Loop Full Width

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
alfred1137
Instalaciones diarias
0
Instalaciones totales
6
Calificaciones
0 0 0
Versión
4.2
Creado
20/8/2026
Actualizado
24/8/2026
Tamaño
2,14 KB
Licencia
MIT
Funciona en

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;