Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
More specifically, Johan's fix handles this case: You intend to scroll 500 pixels down. But when the DOM loads the page is only 200 pixels high. Before the fix, you'd scroll to the 200 pixel mark. With the fix, the script notices the discrepancy and adjusts the scroll when all images have loaded. |
|
|
Incorporated a fix from Johan Sundström that accounts for images loading and shifting the page. |
|
|
Very clever script this is...
But when trying on the example site you give, it doesn't work for me: http://www.fz.se/bilder/?id=60301 How come? Why doesn't the script work on all sites?
|
|
|
Thanks, Johan. Fixed. |
|
|
(This script is pretty much required for reading http://www.shamusyoung.com/twentysidedtale/?p=612 for any stretch of time. :-) |
|
|
You probably want to 0.7 fix (http://wiki.greasespot.net/0.7.20080121.0_compa...) this script into: unsafeWindow.GM_setY = function() {
ys[host] = window.pageYOffset;
window.setTimeout(GM_setValue, 0, "ys", ys.toSource());
};
|
|
|
You can add it as bookmark:
To configure the vertical position, scroll there and click bookmark. Excellent. |