Skip to content

NYT Wider Articles jxduran by jxduran

Details

Authorjxduran

LicenseNo License

Categorynytimes.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Wider articles on nytimes.com for desktop

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           NYT Wider Articles
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Wider articles on nytimes.com for desktop
@author         jxduran
==/UserStyle== */

@-moz-document domain("nytimes.com") {
	#story > div:nth-child(3) > * {
		width: 100%;
		max-width: 1000px;
	}
	#story > header > *,
	#story > header h1,
	#story > div:nth-child(3) > div[data-testid="imageblock-wrapper"],
	#story > .meteredContent[name="articleBody"] > div.StoryBodyCompanionColumn > div,
	#story > .bottom-of-article > div,
	#story > .bottom-of-article + div > div > * {
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#story > .bottom-of-article,
	#story > .bottom-of-article + div {
		padding: 0 16px;
	}
	#story > .meteredContent[name="articleBody"] > div.StoryBodyCompanionColumn > aside {
		display: none;
	}
	#story > .meteredContent[name="articleBody"] > div.StoryBodyCompanionColumn > div > p {
		max-width: 100% !important;
	}
}

Reviews

No reviews yet.