Skip to content

Instantly share code, notes, and snippets.

@8th713
Created July 10, 2016 04:37
Show Gist options
  • Select an option

  • Save 8th713/5419d13e9deef11bd350d8c7a7e1bc58 to your computer and use it in GitHub Desktop.

Select an option

Save 8th713/5419d13e9deef11bd350d8c7a7e1bc58 to your computer and use it in GitHub Desktop.
cockpit for pixiv v1.0.0 用 拡張 CSS
/**
* cockpit for pixiv v1.0.0 用 拡張 CSS
*
* Stylish(https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe) などを用いて適用できます。
*
* 適用先を [ドメイン上の URL]にして [pixiv.net] と入力してください。
*/
/**
* サイドパネルスイッチとツールバーの透明化
* マウスオーバーや tab キーフォーカスなどで表示されて操作できます。
* 0 より 0.1 とかで少しは見える状態のほうが使いやすいかも
*/
.switch-2Dq3NH {
opacity: 0;
}
.toolbar-2ZYJmz[hidden] {
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment