

- #MOZILLA THUNDERBIRD PREVIEW PANE 1080P#
- #MOZILLA THUNDERBIRD PREVIEW PANE INSTALL#
- #MOZILLA THUNDERBIRD PREVIEW PANE CODE#
When installing Thunderbird for the first time, you can leave it to the app to automatically detect all the appropriate server settings for the email address you enter.
#MOZILLA THUNDERBIRD PREVIEW PANE INSTALL#
#tp-yt-app-drawer:remove-attr(/opened|persistent/)Īlternatively you can install AdashimaaTube by u/AdashimaaTube to have this fix and also other customizations.Sending emails has become a very popular means of communication, no matter if you want to send messages to your friends or your work colleagues.Īnd while there are numerous solutions that can provide you with ease and use and attractive GUIs, Thunderbird still remains one of the most popular email clients out there. If you often use the menu, exclude this rule. ! YouTube Customizations (Closes menu to have more space for videos) Notice: This rule prevents the menu from opening even when you click on it for now. #body:style(overflow-x: hidden !important ) ! YouTube 4 Videos Per Row Fix (Removes annoying horizontal scrollbar) #d-rich-grid-slim-media:style(font-size: 1.4rem !important line-height: 2rem !important ) #d-video-meta-block:style(font-size: 1.2rem !important line-height: 1.8rem !important ) #d-rich-grid-media:style(font-size: 1.4rem !important line-height: 2rem !important ) ! YouTube 4 Videos Per Row Fix (Font Size fix) #ytd-rich-item-renderer:style(margin-right: calc(var(-ytd-rich-grid-item-margin)/2) !important margin-left: calc(var(-ytd-rich-grid-item-margin)/2) !important ) ! YouTube 4 Videos Per Row Fix (Channel Page margin fix) #ytd-rich-grid-renderer:style(-ytd-rich-grid-items-per-row: 4 !important ) #d-rich-grid-row:style(display:contents !important ) #ytd-rich-grid-row:style(display:contents !important ) ! YouTube 4 Videos Per Row Fix (Home and Channel Pages) This one prevents the menu from opening even when you click on it for now. First 3 is for 4 vids per row, 4th is for Channel page margin, 5-7th are for font size and line height, 8th is for removing annoying horizontal scrollbar and 9th is for keeping menu closed to have more space for videos. Tip: If you want to have more than 4 videos in a row then simply change -ytd-rich-grid-items-per-row value to 5 or 6.Ĭopy these 9 rules below to uBO My filters. 4th rule is to fix the margin issue of the video thumbs on the 4th column on Channel page. Thanks to u/Adashimaa who provided display:contents property to fix the empty 4th column issue. If you think there is a better solution please share. So, help me out here, how could we set an attribute with a +JS rule to set items-per-row to 4? #+js(set, ytd-rich-grid-row, items-per-row, 4) I tried to port this to uBO since scriptlet isn't supported, I couldn't find direct substitute but I think +js(set is equivalent and I tried these 2 rules below but no avail. So, it is controlled by data attribute and I found that this AdGuard rule to set an attribute #%#//scriptlet('set-attr', selector, attr)Įxample #%#//scriptlet('set-attr', 'div.class > a.class', 'test-attribute', '0')
#MOZILLA THUNDERBIRD PREVIEW PANE 1080P#
Those are 4, 4, 8, 8 when browser window maximized for instance on a 1080p screen. This is old 4 smaller thumbs Inherited from ytd-rich-grid-renderer This is 3 bigger thumbs Inherited from ytd-rich-grid-renderer It lists 4 thumbs when I open YT in Private Window though. But I couldn't make them 4 when I edited width from dev tools. For instance when I zoom out to 80%, thumbs get back to 4 in a row.
#MOZILLA THUNDERBIRD PREVIEW PANE CODE#
I checked the code and found that YT controls how many video thumbs listed on a page by calculating probably browser width. There are some types of workaround that some requires 1 or 2 lines of uBO code and others requires additional addon like Stylus to fix it, kind of. This issue is discussed on other subs as well. YouTube started to limit the video thums from 4 to 3 on the homepage.
