Moving Twitter results to right edge
![]() ![]() |
By default, the script adds the Twitter results before the first normal result. This has the extremely unpleasant result that the normal results will suddenly be moved down as the Twitter results come in. This happens long after the normal search results have loaded, and usually just at the time I'm moving the mouse in place to click on on of the results. In order to fix this, I move the Twitter results to a narrow margin at the right hand side of the screen, simply by adding this line after line 43: ds.setAttribute("style", "background:white;position:absolute;width:23%;left:75%;padding:0px"); I also experimented with the effect of having the Twitter result expand on mouseover, but didn't like it too much. If you want to try it, add the following two lines underneath the above one: ds.setAttribute("onmouseover", "this.style.width = '100%'; this.style.left = '20px'; this.style.padding = '50px'");
|
![]() ![]() |
Doesn't work for me :(
|
![]() ![]() |
I've been looking for this for a long time. Is really annoying the jumping results. Anyway, I altered the dimensions and in my setup, this are my preferred dimensions (I guess it depends on the screen size and personal taste) ds.setAttribute("style", "background:white;position:absolute;width:43%;left:55%;padding:0px");
|


