Walla Articles Fix Overlapping

Last update on Nov 30, 2005

Fix the overlapping of the text and images in Walla! articles (Bug #249828)




You could comment on this script if you were logged in.

7 comments Feed-icon

1 point
login to vote
n0nick scriptwright
Posted May 8, 2007

hey,

i created a script for this same problem before i knew you had one.
anyways, i'm not using a js loop, just appending a <style> element to the head part.

js = document.createElement('style');
js.type = "text/css";
js.appendChild(document.createTextNode('.wp-0-b{width:auto !important;}'));
document.getElementsByTagName('head').item(0).appendChild(js);</style>

1 point
login to vote
Michael Gs user
Posted Mar 14, 2006

^_^

1 point
login to vote
Rotem Liss script's author
Posted Jan 6, 2006

Updated (thanks to AmirG from the Hebrew Mozilla Forum) - now you don't have to exclude Walla! Pedia.

1 point
login to vote
daniel Rozen... scriptwright
Posted Jan 4, 2006

Hallelujah :)

1 point
login to vote
Rotem Liss script's author
Posted Jan 2, 2006

By the way, you should disable the script in Walla! Pedia. I will add it to the excluded sites in a minute.

1 point
login to vote
Alon user
Posted Dec 9, 2005

Thanks, works great!

1 point
login to vote
Golanlan scriptwright
Posted Dec 9, 2005

I love you.
I really do.

You could comment on this script if you were logged in.