Skip to content

Debloated Weathernews by rinzaicss

Screenshot of Debloated Weathernews

Details

Authorrinzaicss

LicenseMIT

Categoryweathernews.jp

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove unnecessary contents.

Notes

Source code

/* ==UserStyle==
@name           Debloated Weathernews
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Remove unnecessary contents.
@author         rinzaicss
==/UserStyle== */
@-moz-document domain("weathernews.jp") {
	/* サイドバー */
	#sub {
		display: none;
	}

	/* Header */
	#header {
		display: none !important;
	}

	/* 付近の天気内の空の写真を消す */
	[class="col__item c40 no-global"] {
		display: none;
	}

	/* 上から (お天気ニュース, ライブ動画配信, 観測された値) */
	.block.pc,
	[class="block no-ja dmenu-non"],
	[class="block no-global"] {
		display: none;
	}

	/* 他の区を選べる選択肢 */
	#card_neighbor {
		display: none;
	}

	/* 投稿された空の写真 */
	.contentBox {
		display: none;
	}

	/* Footer */
	#footer,
	#sticky_pc {
		display: none;
	}

	/* 中央寄せ、画面の左右端まで広げる */
	#main {
		margin: 0 auto;
		max-width: 100% !important;
	}

	/* スクロールバーを消す、Zoom 140%でFHD縦画面の全体*/
	::-webkit-scrollbar {
		display: none;
	}
}

Reviews

No reviews yet.