mohamedmansour / reload-all-tabs-extension

Reload All Tabs Google Chrome Extension
https://chrome.google.com/extensions/detail/midkcinmplflbiflboepnahkboeonkam
80 stars 23 forks source link

Reload tabs and then go to top of the page #27

Open MM827 opened 4 years ago

MM827 commented 4 years ago

Add feature "Go to Top of Page" after reloading tabs??? After reloading tabs one may very frequently want to start at the top of each reloaded page. It seems now that each tab is reloaded and placed at its previously scrolled location, usually somewhere down the page. One might want to reload and start at the top, for example, for multiple current news sites where one is interested in the top headlines. Yes, the Home button, the Control+R and Page Up buttons can all get one to the top of a page. But can you incorporate this Go-to-Top-of Page feature as an automatic option??? Thanks for a very helpful extension to Chrome.

mohamedmansour commented 3 years ago

@MM827 this will be tricky for privacy reasons. Couple of years back I removed the Content Script (it basically something you inject into the users tab) which would have been possible. I migrated to a safer, securer, design which uses the Chrome's Tab API.

Unfortunately due to privacy and security, I cannot do this. Let me bring that up with Chromium.

I have created this upstream feature to track this: https://bugs.chromium.org/p/chromium/issues/detail?id=1159881