Skip to content

Cleaned NewsNow .com/.co.uk/.it by custard2022

Screenshot of Cleaned NewsNow .com/.co.uk/.it

Details

Authorcustard2022

LicenseNo License

Categorynewsnow.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle that has been cleaned up.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           newsnow.com - 6/19/2023, 12:47:57 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("newsnow.com"),
domain("newsnow.co.uk"),
domain("newsnow.it")
{
	/* Insert code here... */
	.ad__container,
	.page-grid__right,
	.grid-column__container,
	.mq-m-bottom-spacer-l,
	.rs-banner-strip.js-banner-strip,
	.site-ribbon.birthday,
	.hero-wrapper,
	.ad-blocker,
	.blocker__container--desktop
	{
		visibility: hidden;
		height: 0px !important;
		width: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
		background: #e36f1d !important;
	}

	.header
	{
		width: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.grid
	{
		display: inline-block !important;
		grid-gap: 0px !important;
		width: 99% !important;
		padding: 0px !important;
		margin: 10px !important;
	}

	.page-grid__left,
	.newsfeed__inner,
	.latest-buttons
	{
		width: 99vw !important;
		grid-column: 1/3 !important;
		grid-column-start: 1 !important;
		grid-column-end: 3 !important;
	}

	.newsfeed__articles--top-default,
	.newsfeed__articles--top-default.newsfeed__articles--top.newsfeed__articles
	{
		align-self: center !important;
		width: 99vw !important;
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		grid-gap: 5px !important;
	}

	.grid__main-col
	{
		grid-column: 2 !important;
	}
}

Reviews

No reviews yet.