Skip to content

Instantly share code, notes, and snippets.

@pacochi
Last active April 6, 2021 01:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pacochi/2bfc1c859feaf56179ad9c7bd742673c to your computer and use it in GitHub Desktop.
ピクシブ百科事典用
/* ==UserStyle==
@name dic.pixiv.net (mobile)
@namespace hen.acho.co
@version 1.0.0
@description ピクシブ百科事典用
@author pacochi
@updateURL https://gist.github.com/pacochi/2bfc1c859feaf56179ad9c7bd742673c/raw/dic_pixiv.user.css
==/UserStyle== */
@-moz-document domain("dic.pixiv.net") {
/* スマホ版ピクシブ百科事典の本文が開けなくなってたので開いておく */
#article-body div.article_section {
display: block;
padding: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment