SHOP PRODUCTS
Houzz Logo Print
chuggerguy

Scroll to bottom when entering a discussion

Richard (Vero Beach, Florida)
2 years ago
last modified: 2 years ago

As written, it only works on gardenweb(dot)com but "include" lines could easily be added to make it work on houzz.

The "Greasemonkey" add-on (or similar) is needed to run custom javascript.



Except for the lines containing the meta data (name, which sites to run on, etc.), it's only one line of javascript.

Written because houzz content/styling is being applied to pages originating from the gardenweb domain.

Since the "addAnswer" anchor doesn't exist in the houzz html, clicking the timestamp no longer takes you to the bottom. This script seems to work okay as a temporary workaround. Of course tomorrow things will (maybe) be back to normal. :)

ETA, if you just want to see how it works, you could make a bookmarklet:

javascript:window.scrollTo(0,document.body.scrollHeight);

Comment