Created
July 10, 2016 04:37
-
-
Save 8th713/5419d13e9deef11bd350d8c7a7e1bc58 to your computer and use it in GitHub Desktop.
cockpit for pixiv v1.0.0 用 拡張 CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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