mazz0 macrumors 68040 Original poster Feb 22, 2021 #1 I often wish I could click the titlebar of Safari to scroll to the top of the page, much like you can do (in any app) on iOS. Anybody else think this'd be a nice feature on Mac, and what other iOS features would you like to import?
I often wish I could click the titlebar of Safari to scroll to the top of the page, much like you can do (in any app) on iOS. Anybody else think this'd be a nice feature on Mac, and what other iOS features would you like to import?
frou macrumors 68000 Feb 25, 2021 #2 I added that to desktop Safari using the Favourites Bar and editing some bookmarks to contain JavaScript code instead of URLs: Code: javascript:window.scrollTo(0,document.documentElement.scrollHeight) Code: javascript:window.scrollTo(0,0) Reactions: George Dawes
I added that to desktop Safari using the Favourites Bar and editing some bookmarks to contain JavaScript code instead of URLs: Code: javascript:window.scrollTo(0,document.documentElement.scrollHeight) Code: javascript:window.scrollTo(0,0)
mfram Contributor Feb 25, 2021 #3 You can also press the Home key if you have one. Or Command-Up Arrow on a Mac keyboard.