VisualCrumbs (Stack Visuals)

Visual Changes (POST Sidebar)

Tính đến 13-06-2018. Xem phiên bản mới nhất.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
GrumpyCrouton
Đánh giá
0 0 0
Phiên bản
1.5
Đã tạo
13-06-2018
Đã cập nhật
13-06-2018
Kích thước
1 KB
Giấy phép
N/A
Áp dụng cho

Makes visual changes to stackexchange sites.

Body Changes:
- Sets non-white background color. This helps to separate the sidebar from the content more
- Changes the max width of the main container to none, forcing it to stretch across more of the page to waste less space.
- Sets max width of elements with IDs "questions", "qlist-wrapper", and "content" to none, allowing it to stretch more.
- With the container and content both having no max-width, it removes any space on the right side of the content which is not the best look of the website, so this adds an artificial padding to the right side that is roughly the same as the left sidebar, which disappears if the window is resized to the point the left sidebar would be removed.
- Removes unneeded .cbt div at the bottom of questions page, it was creating an extra element in the list.

Question stats:
- Moves "Question Stats" into a box similar to "Hot Meta Posts"

Nav Bar:
- Makes width of search bar take up all the space possible, added this due to a meta post I saw a while back that was complaining about this.