Allows hiding useless shit if you just wanna see the docs
SwaggerHub API View by Bluscream
Details
AuthorBluscream
LicenseNo License
Categoryapp.swaggerhub.com
Created
Updated
Size623 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 SwaggerHub API View
@version 20240828.23.11
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://app.swaggerhub.com/apis/") {
/* Selectors for elements to be hidden */
.swagger-container > .vertical.SplitPane > .Pane1.vertical.Pane,
.px-2.border-b.justify-between.w-full.flex.items-center,
.shub-topbar-wrapper,
div.SplitPane:nth-child(2) > div:nth-child(1),
div.SplitPane:nth-child(2) > span:nth-child(2) {
display: none !important;
}
/* Selector for the element to be set to full width */
div.SplitPane:nth-child(2) > div:nth-child(3) {
width: 105% !important;
}
}