Skip to content

Instantly share code, notes, and snippets.

@ustreamer-01647
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ustreamer-01647/462844b89b78f544fea3 to your computer and use it in GitHub Desktop.
Save ustreamer-01647/462844b89b78f544fea3 to your computer and use it in GitHub Desktop.
「GYAO!」のためのユーザースタイルシート
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gyao.yahoo.co.jp") {
/* カテゴリーメニューバー追従阻止 */
#navi_wrapper {
position: relative;
}
/* (たぶん)プッシュコンテンツの2位以降を非表示
特殊スクロール無効化による副作用か、大きな空欄に変化していた */
.subImg{
display: none;
}
/* 右バー非表示 */
#rightCnt{
display: none;
}
/* 表示領域の制限を解除して全項目を表示し、特殊スクロールを不要にする */
.makeMeScrollable, .scrollableArea{
height: 100% !important;
width: 100% !important;
}
/* 配信スケジュール伸縮ボタンを表示しない */
.more_btn{
display: none;
}
/* 特殊スクロールしないから、スクロールUIを表示しない */
.scrollingHotSpotLeft, .scrollingHotSpotRight{
display: none !important;
}
/* 配信スケジュールの各曜日マージンを狭め、表示曜日数を増やす */
.dayCnt{
margin: 0 2px !important;
}
/* 広告を隠す */
.adIM_main /* 配信スケジュール下(カテゴリートップ) */
,div#lrec /* 右バー上部(作品ページ。以下も同様) */
,div[id^="yads"] /* 右バー下部 */
,div#inrIm /* 映像リスト下(視聴ページ。以下も同様) */
,div#im /* GyaO!ストア下 */
,div.mb15p /* 右バー上部 */
,div#adsqm-sub-module /* 右バー注目の映像 */
,div.imImg /* 右バー下部 */{
display: none !important;
}
}
@ustreamer-01647
Copy link
Author

このGistは下記ページに関係している.
https://addons.mozilla.org/ja/firefox/addon/stylish/ Stylish :: Add-ons for Firefox Stylish 2.0.0
http://01647.hateblo.jp/entry/2014/12/25/222119 GYAO!の2014年12月新デザインの微調整対応版ユーザースタイル - 01647 2014年12月25日
http://togetter.com/li/757995 2014年12月15日GyaO!の変更デザインが気に入らないからStylishで解決しよう - Togetterまとめ 2014年12月16日

@ustreamer-01647
Copy link
Author

rev. 6
GYAO!デザインがまたも微調整されたらしい。見直した。
右バーをごっそり非表示。push contents2位以降非表示化巻き込まれ解消。

@ustreamer-01647
Copy link
Author

GYAO!デザインがまたも微調整された.http://twitter.com/paul_ga/status/558870768403369984

@ustreamer-01647
Copy link
Author

rev. 7
アニドル表示調整について追記した

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment