[F2P] Full Screen

ThuGie.NL - Webmaster
Joined
Apr 16, 2006
Messages
607
Reaction score
56
Hey guys,

As i nolonger play rs,
I didnt know there was a fullscreen option for paying members,
But not for f2p and i would say screw that..

So i did a little testing.
And found a easy way to get pretty close to full screen.
When you are at the login screen or perhaps already logged in or its still loading.

Typ this in your address bar and press enter
Code:
javascript:document.getElementById('gametable').deleteRow(0);void(0);
After this the advertisement + menubar will be removed meaning alot more space!
And now press f11 :).

You will be quite close to full screen! have fun.

edit:
You can use this to stop the 10 second wait advertisement
Code:
javascript:hideVideoAd();void(0);

edit2:
Okay since they seem to have placed the gameframe into a frame :p, sounds weird but oke you will first have to execute a extra code to remove it actually reload the page without frame
Code:
javascript:document.location = document.getElementsByTagName('frame')[0].src;void(0);
Just run this and then run the old code and it should work like normal :).
Might try and find a better way at a other time.
 
Last edited:
  • Like
Reactions: FoN
Yes i know,
And this code will give you even more space as it removes the banner at the top,
You know the advertisements + the small menu at the top ;).
 
You need to come back to RS dude. Especially now that the 503 is here and we have the potential of catching up to real rs, you should definetly be part of the development! Come back lobsterman :(

Most people are on 504's, some even 506. I believe people leech most sources from the home of the 474+? I wont name it though.. All I know is Cellkyborg made the first 474 - 506
 
go lobster man!!

i had to lol at this "getElementById('gametable').deleteRow(0);void(0);"
umm, could jagex be any more stupid... SQL Inject FTW!!!
 
@hero322 - Dont go stupid on me now,
That has nothing to do with sql,
As it delete's a row from a html table its javascript!

@Lazzo - No since the resizeable window will still miss alot of space at the top,
Because of the banner/advertisement,
Running this code it will remove that so you get way more space about 40% or something.
And then you press f11 to gain even more space aka full screen!
 
I know,
Thats why when i noticed they added auto resizing i though this stuff has got to go,
And then i woop this up in about 10 minutes,

Yes 10 minutes since first i was trying something else but that failed so then i used this way :D.
 
You simply go onto runescape free to play,
So a non member server.
Go to the page where it loads all files then copy/past the code in your address bar,
Where you normaly type website's then press enter.
The advertisement will be gone.
 
Back