Remove unnecessary contents.
Debloated Weathernews by rinzaicss
Details
Authorrinzaicss
LicenseMIT
Categoryweathernews.jp
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
ある地点の天気予報をdebloat
URL例: https://weathernews.jp/onebox/35.6904811111111/139.706551111111/&lang=ja
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;
}
}