Option for...
|
|
>> Moved user information and links to the top of the sidebar as suggested by Shinykirby. Is there any chance you could throw in a config to allow that to be back at the bottom? I don't typically use that stuff, and it's not aesthetically-pleasing on my computer, in its current form. I know I can edit it around in JavaScript, and mix-and-match with the other (hopefully), but it might be good to make it an option. But thanks, thanks, thanks, thanks for everything! - StrawTurkey |
|
|
Okay, that was as simple as side: ['#masthead', '#watch-channel-brand-cap', '#watch-vid-title', '#watch-channel-vids-div', '#watch-video-quality-setting', '#watch-ratings-views', '#playlist-panel', '//div[@id="more-from-panel"]/parent::div', '#quicklistDiv', '#watch-related-videos-panel', '#watch-actions-area', '#watch-comments-stats', '#non-logo-masthead' ] (moving side: ['#non-logo-masthead', '#masthead', '#watch-channel-brand-cap', '#watch-vid-title', '#watch-channel-vids-div', '#watch-video-quality-setting', '#watch-ratings-views', '#playlist-panel', '//div[@id="more-from-panel"]/parent::div', '#quicklistDiv', '#watch-related-videos-panel', '#watch-actions-area', '#watch-comments-stats' ] In case anybody else wants to swap that out. |
|
|
I was thinking about adding the ability to reorder and hide certain elements from the sidebar. So I added it in the recent version... I might add the ability to add custom element ids, for things that I might not have included in the sidebar, or the occasional element that escapes from changes on the youtube page. |