Skip to content

Instantly share code, notes, and snippets.

@mkt
Created February 9, 2019 17:00
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 mkt/f2ddb52cd762c9fc4e135ab1fd635f82 to your computer and use it in GitHub Desktop.
Save mkt/f2ddb52cd762c9fc4e135ab1fd635f82 to your computer and use it in GitHub Desktop.
hatena-blog-for-mobile-custom.css
<style>
#globalheader-container {
display:none;
}
#footer-menu {
display:none;
}
#container {
padding-top:0px;
}
.hatena-star-container,
.social-buttons,
.entry-footer-secondary-modules,
.comment-box,
.js-comment-box,
.hatena-module-entries-access-ranking,
.footer-touch-item-list,
.footer-action-wrapper,
.pagetop {
display:none !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment