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
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
edit2:
Okay since they seem to have placed the gameframe into a frame
, sounds weird but oke you will first have to execute a extra code to remove it actually reload the page without frame
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.
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);
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

Code:
javascript:document.location = document.getElementsByTagName('frame')[0].src;void(0);

Might try and find a better way at a other time.
Last edited: