remove side elements to make it more readable on computer
www.typescriptlang.org by evantill
Details
Authorevantill
LicenseNo License
Categorywww.typescriptlang.org
Created
Updated
Size494 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 www.typescriptlang.org
@version 20230315.14.15
@namespace userstyles.world/user/evantill
@description remove side elements to make it more readable on computer
@author evantill
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.typescriptlang.org/docs/handbook/2/modules.html") {
.handbook-toc {
display: none !important;
}
#sidebar {
display: none !important;
}
#sticky {
display: none !important;
}
}