Ezud.com - Trolling Assistance Forum

Ezud.com - Trolling Assistance Forum (http://ezud.com/forum/index.php)
-   RuneScape Bug Abuse (http://ezud.com/forum/forumdisplay.php?f=216)
-   -   Runescape Full Screen In F2P + No Ads!!! (http://ezud.com/forum/showthread.php?t=1052)

matto 08-06-2008 01:44 PM

Runescape Full Screen In F2P + No Ads!!!
 
I did not create/find this I found it on sythe:

[hide]
Quote:

Originally Posted by Scorchy (Post 3403760)
Fullscreen for F2P Players! (RMV ADS!)
by Scorchy!

Hey guys, and thanks for reading this. I know your thinking, first post, suspicious, but hey, i'm here for good intentions.
There will be NO need to download any strafe or untrusted web content in this guide. Let's get started:

With the new update of resizable windows for all players, you can now get wide screens for free-players!
But wait, there is that annoying advert box that takes up room..
Well have no fear F2P'ers, all you have to do is follow these few steps!
Here is a way to get the Members' Exclusive FullScreen for Free worlds!

http://img170.imageshack.us/img170/2892/30650958ng9.png

First of all, you will need to get Mozilla Firefox, the most trusted web-browser on the Internet.
Over 6 million users use it, and it is the safest and fastest internet browser there is.

http://images.spreadfirefox.com/affi...x3-300x250.png

Once you've done that, you will need to get a mozilla firefox add-on extension: Greasemonkey.
Greasemonkey is developed by Mozilla, the creators of Firefox SO IT IS COMPLETELY SAFE!

What greasemonkey does is that it lets users edit web pages using javascript add-ons.

>> DOWNLOAD Greasemonkey HERE. <<

Once you've got Greasemonkey, you have to download my JavaScript. THIS IS 100% SAFE! Don't worry one bit.

>> Download Greasemonkey JavaScript here. <<

On UserScripts.org, you will see my script menu. Simply click the 'Install this Script' button and a Greasemonkey menu will pop up. Click 'Install'. THis should only take a second.

http://img174.imageshack.us/img174/5038/58593465de7.png

Once that's completed, the Greasemonkey little icon should appear to say "This script has succesfully installed".

http://img80.imageshack.us/img80/4590/untitle2dfv9.png

Your done! Now go to RuneScape, high detail, F2P world, and now there shouldn't be any advert box ontop! Well done, you've got fullscreen!

If you want the screen to go completely fullscreen, all you have to do is go to
"View -> Fullscreen (F11)" and you should have a completely fullscreen!


If you wish to uninstall my script :'( or manage other scripts you've downloaded,
go to "Tools -> Greasemonkey -> Manage User Scripts" and you can uninstall user scripts there.

Thanks, and enjoy RuneScape in FullScreen for ALL F2P Worlds!

PLEASE COMMENT!

_______________________________________

FAQ:

Q: I downloaded everything you told me to, but the advert box is still there!
A: Maybe you accidently disabled Greasemonkey. Simply go to Tools -> Greasemonkey -> Enabled. Make sure Enabled is ticked!

A: Make sure you have everything upto date.
To Update Mozilla FireFox: Go to "Help -> Check for Updates"
To Update Greasemonkey: Go to "Tools -> Add-Ons -> Extensions -> Find Updates

Q: Is this legal?
A: Yes and No. No in terms that it directly violates Jagex RuneScape rules. Yes as it is our web!

Q: I don't like this, how do I uninstall Greasemonkey and Firefox?
A: All you gotta to is go to 'Tools -> Add-ons -> *select extension* -> Uninstall'. This will uninstall Greasemonkey.
A: To uninstall Mozilla, go to 'Start -> Control Panel -> Add/Remove Programs (or Uninstall a Program for Vista users) and select Firefox.

Q: How can I trust you? And that JavaScript File?
A: Well, this may be my first post, and if you wish to do create your own script, be my guest.
To Create your own script: Anywhere on your computer, make a new Notepad document. Copy the contents below in the code box and save the file as "something.js" the js at the end is VERY important! If you don't do that, the script wont work. Make sure you save it as *All Files*. Now go to userscripts.org and create an account. Upload your script and install it. there you have it.

Please note that you MUST NOT EDIT THE FOLLOWING!
The following is protected by U.S and International Copyright Laws!


The following is a copy of the 'Open Source' code. IT IS NOT THE FULL
VERSION OF THE CODE!
You may copy and use this, and refer to this under the condition that the owner is fully credited.
SELLING AND MODIFICATION OF THIS CODE IS STRICLY PROHIBITED!
Open Source Law CODE:1403 apply!


http://i.creativecommons.org/l/by/3.0/88x31.png
Click to visit Liscense!

Code:

// ==UserScript==
// @name          Full Screen RS F2P! (Open Source Vr. 1.3)
// @namespace      © Scorchy 2008 - Creative Commons Copyrights Apply!
// @description    Removes the RuneScape Navigation Bar and Ad-Box!
// @include        *http://world*.runescape.com/*
// ==/UserScript==

var currentpage = window.location.href;

if(currentpage.indexOf("runescape.com/p") != -1 || currentpage.indexOf("runescape.com/l") != -1){

        var nav = document.getElementById("menubox");
        if (nav) {
            nav.parentNode.removeChild(nav);
        }
        nav = document.getElementById("tb");
        if (nav) {
            nav.parentNode.removeChild(nav);
        }
}

(Work is under a Creative Commons Copyright Distribution Liscense)
___________________________________________

Script Version History: (Last Updated: 06/8/08)


1.3 - Added anti-ad preloader. Stops ad's running in the background to enhance performance.
1.2 - Added better description and tweaked 'include url' to include ALL worlds.
1.1 - Fixed 'include url' to world*.runescape.com from *.runescape.com - credits to JoeSimmons
1.0 - Released

[/hide]

Unknown 08-06-2008 02:04 PM

Very good find, quite simple and rather easy. But for those who are F2P and want full screen this is perfect. Although it gets rid of the header advert, it would be just that little bit better if we could get rid of the in-game advert before log-in :D.

matto 08-07-2008 04:22 AM

I think it gets rid of that aswell, when I tried it I didn't get that ad o_O

Try it out for yourself, tell me if it showed up or not.

EDIT* BTW Conrgatz on mod :D

stallreborn 08-07-2008 12:16 PM

lol thats not a glitch or bug or notihing but its a good idea, if got slow comp

King Protos 08-07-2008 02:17 PM

guess I better hidehack this since it would kinda give it away:

[hide=10] Couldnt you just use the addOn for firefox that blocks ads? I think itscalled adblock plus. But either way this is a nice guide, if/when I go f2p then this should help a bit ;)[/hide]

matto 08-08-2008 02:16 PM

yh you can use it but it doesnt give full screen

Bloodzcore 08-08-2008 02:45 PM

10 posts to see it? That's too much for me! :D

matto 08-09-2008 08:10 AM

So why are you posting that you can't see it ¬_¬ Why not go to another thread and post something useful to get your postcount up....

Nunk 08-09-2008 08:42 AM

Why so hard? This works good for me http://www.jrantala.com/RS2FSF2P.rar

hxcxnj 08-09-2008 10:52 AM

This is a great guide man.


All times are GMT -8. The time now is 01:33 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.