No collapse option?
![]() |
Love the script, but I'd like to keep the controller buttons always-visible. Any way to make this an option? Or let me know what part of the script I need to disable to stop this section from collapsing? Thanks!
|
![]() ![]() |
To keep the controller buttons always visible, comment out the last three lines in the script like so:
/*
document.querySelector("#chrome-viewer").classList.add('fullscreen');
document.querySelector("#viewer-header").classList.add('hidden');
document.querySelector("#chrome-fullscreen-top-toggle").classList.remove('hidden');
*/
|
![]() |
Thanks! That took care of it. For those of you also using Google Reader Absolutely Customizable, make sure to unmark "condense white space", as when both extensions are enabled, the controller buttons are misaligned...this occurs irregardless of the script change above. |
![]() |
Good! I also like to keep the controller buttons always visible!! |
![]() |
+1 for an always visible option. |


