I'm trying to figure out how I can refresh a page without jumping to the previous scroll location in Google Chrome. When using Firefox this can be done by pressing Ctrl + F5 to refresh the page, cache and forget the scroll location. With Chrome I tried F5 and Shift + F5 like suggested on multiple places on the internet (to forget cache). However the scroll position is remembered when doing this.
Situation:
I'm working in a Confluence document and it would be nice if I can jump back to the selected location.
Example url: https://confluence.example.net/display/space/pagename#anchor
In this case, after scrolling around on the page I would like to jump back to #anchor.
My question is, how do I achieve this?