In the forum, if a post topic is wider than your screen say because of a huge picture or something the forum automatically puts the post in a frame and adds a horizontal scroll bar to the bottom of the frame.
Are there any Greasemonkey scripts that stop it from being added to a frame an instead adds the horizontal scrollbar to the whole page at the bottom of your window? It's a real pain in the ass that I have to scroll all the way to the bottom of a long post scroll across then scroll back up to see all of some picture.
Lightbox can do this i suppose, not really sure what it is you want though, but if you want to scale the images you can use that.
[editline]13th May 2014[/editline]
Oh ok think i get it now, if you want that you can just set your forum post height to something you want and make overflow on it. Then you can get the desired result but i dont understand why, i think its a very ugly approach. :)
Could either use:
[CODE]#content_inner {
min-width: -webkit-min-content;
}[/CODE]
To give you the scrollbar, or...
[CODE]img {
max-width: 100%;
}[/CODE]
use max-width on pictures to make them fit the screen.
[QUOTE=dustymcp;44796240]Lightbox can do this i suppose, not really sure what it is you want though, but if you want to scale the images you can use that.
[editline]13th May 2014[/editline]
Oh ok think i get it now, if you want that you can just set your forum post height to something you want and make overflow on it. Then you can get the desired result but i dont understand why, i think its a very ugly approach. :)[/QUOTE]
No, I don't think you get it
[editline]13th May 2014[/editline]
Take this picture (of white) wider than your screen. See the horizontal scroll bar at the bottom on the post that scrolls the web frame the post is in? I want to get rid of the frame and have the scrollbar attached to my browse so I don't need to scroll down to the bottom of a post to scroll across.
[img]http://i.imgur.com/BTbeGzo.png[/img]
[QUOTE=download;44796892]No, I don't think you get it
[editline]13th May 2014[/editline]
Take this picture (of white) wider than your screen. See the horizontal scroll bar at the bottom on the post that scrolls the web frame the post is in? I want to get rid of the frame and have the scrollbar attached to my browse so I don't need to scroll down to the bottom of a post to scroll across.
[img]http://i.imgur.com/BTbeGzo.png[/img][/QUOTE]
But why dont you scale the images before they get shown so you have a max-width/height on the image, then link it to a full scale img instead then you dont get these things at all.
Im not sure why you want these things in the first place, do you have a site your working on we can take a look to get an idea ? :)
[QUOTE=dustymcp;44796968]But why dont you scale the images before they get shown so you have a max-width/height on the image, then link it to a full scale img instead then you dont get these things at all.
Im not sure why you want these things in the first place, do you have a site your working on we can take a look to get an idea ? :)[/QUOTE]
This is for Facepunch...
I don't have any websites of my own.
[editline]13th May 2014[/editline]
That's why I asked for a Greasemonkey script
My bad i did not understand. =)
Can't help you there..
That's pretty simple to do.
[URL="http://comentarinformal.info/random/RemovePostScrollbars.user.js"]Here.[/URL]
[QUOTE=Coment;44797373]That's pretty simple to do.
[URL="http://comentarinformal.info/random/RemovePostScrollbars.user.js"]Here.[/URL][/QUOTE]
Oh, sweet, thanks.
you could just use mouse 3, too
sorry to bump this thread but is it possible to write a script that could hide certain forums?
yes
[QUOTE=LennyPenny;45853122]yes[/QUOTE]
make it for me
[editline]1st September 2014[/editline]
i beg
[QUOTE=EliteGuy;45867870]make it for me
[editline]1st September 2014[/editline]
i beg[/QUOTE]
Sent you a PM with the GreaseMonkey script!
For anyone else that wants it, PM me as well.
Sorry, you need to Log In to post a reply to this thread.