Make Bard FULL SCREEN with Bard No Header!
Bard No Header by Billypop
Details
AuthorBillypop
LicenseNo License
Categorybard.google.com
Created
Updated
Size387 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bard.google.com/chat - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://bard.google.com/chat") {
/* Insert code here... */
chat-app {
margin-top: 14px;
}
header.gb_Na {
display: none;
}
}