Replying to Avatar jb55

Protip for any qutebrowser enjoyoors here. These are the greatest bindings I have:

config.bind('d', 'scroll-page 0 1')

config.bind('u', 'scroll-page 0 -1')

config.bind(',s', "jseval javascript:(function(){var elements=document.querySelectorAll(`*`);Array.from(elements).forEach(function(element){var style=getComputedStyle(element);if(style.position.startsWith(`fixed`)||style.position.startsWith(`sticky`)){element.style.cssText+=`position: absolute !important;`;}});})()")

It removes all floating elements from the page, which restores full page up/down. I may be the most ocd person on the planet when it comes to actually having a pagedown that actually means a full page down with no floating bs blocking text.

Sorry this is my greatest web pet peeve and I needed to let it out here for all you to suffer.

Avatar
atyh 1y ago

Oh snap. Adding this today.

Reply to this note

Please Login to reply.

Discussion

No replies yet.