Firefox Integration

asked 2013-08-31 13:33:05 +0000

jklp gravatar image

I was wondering if there is a way to make firefox do the following actions when splitting horizontally:

1 - Keep track where I was in the page (usually firefox reflows the main text, but I end up seeing some point in the page that is considerably above the one I was before splitting);

2 - Redraw the page so the page can fit in the current space if possible. (actually I only need this in some cases)

These are certainly not deal-breakers, they just can be a little annoying sometimes. Changing to stacked or tabbed mode solves the problem, I'm just trying to see if there is a way to keep it in normal mode and have these features. That probably wouldn't be a problem if I had more than one monitor, but unfortunately that's not the case.

Thanks for your attention

edit retag flag offensive close merge delete

Comments

Doesn't firefox do #2 already to a certain extent? Also some of that is dictated by the page itself (there's some fancy javascript to dynamically change the layout as the window size changes on many of the major sites, ie Google News).

joek1010 gravatar imagejoek1010 ( 2013-09-14 06:22:29 +0000 )edit

I've seen Firefox behave as though its window was a different size before. I haven't tried it, but a reload may fix it. Maybe you could send Ctrl-Shift-R using xdotool described in the answer here: http://stackoverflow.com/questions/5545117/firefox-refresh-current-tab-from-command-line to fix it.

curious_one gravatar imagecurious_one ( 2015-05-29 15:38:45 +0000 )edit