Skip to content

Instantly share code, notes, and snippets.

@karakufire
Created January 24, 2023 13:41
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 karakufire/b4efd4eaef37d8bef592e7cead1aa6f0 to your computer and use it in GitHub Desktop.
Save karakufire/b4efd4eaef37d8bef592e7cead1aa6f0 to your computer and use it in GitHub Desktop.
ヒの右カラムをスッキリさせるcss
/* 右カラムのトレンド等の消去 */
.r-18l7dai > :not(:first-child):not(:nth-child(2)):not(:last-child):not(.r-kemksi):not(.r-yfoy6g):not(.r-14lw9ot) {
display: none !important;
}
/* 右カラムのフッタの位置調整 */
.r-18l7dai > *:last-child {
height: fit-content;
bottom: 0;
}
/* TL内広告・垢サジェスト撲滅 */
section.css-1dbjc4n[role="region"] > div > div > div.css-1dbjc4n.r-1adg3ll.r-1ny4l3l:not(.r-1igl3o0):not(.r-j5o65s):not(.r-1ila09b) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment