Thread: Real RS f2p fullscreen

Results 1 to 4 of 4
  1. #1 Real RS f2p fullscreen 
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    look the html code with firebug, its add-on for firefox, use "inspect element" next to advert.

    When you look the html code u see this:
    Code:
    td colspan="2"
    change it to this:

    Code:
    td colspan="2" style="display:none;"
    and close firebug... then press F11 or manually change it to fullscreen mode.

    PS. (please tell me is this possible to fix)
    I have just been wondering if i save the code as html file and do this edit directly to the file, why it doesnt work!? - Scroll down, explained more there.!
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  2. #2  
    Registered Member Himplx's Avatar
    Join Date
    Aug 2007
    Age
    33
    Posts
    515
    Thanks given
    4
    Thanks received
    7
    Rep Power
    28
    I could help but got no idea what you are asking.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2007
    Age
    30
    Posts
    517
    Thanks given
    1
    Thanks received
    3
    Rep Power
    73
    Are you trying to change the html for runescape.com lol?
    Spoiler for Show GIFs:

    Reply With Quote  
     

  4. #4  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Okay this is what im trying to do:

    This is the HTML code for it:

    1. copy this txt to notepad, then save it as rs.html
    2. as u can see this contains that "td colspan=2" thing too, but if you do the edit to this file and save, and then open it, it doesnt to the fix..

    Code:
    <html xmlns:IE>
    <head>
    <meta http-equiv='Expires' content='0'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='Cache-Control' content='no-cache'>
    <title>RuneScape - the massive online adventure game by Jagex Ltd.</title>
    <style type="text/css">
     html {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 0;
      font-family: Arial, Helvetica, FreeSans, sans-serif;
      background: black;
      width: 100%;
      height: 100%;
     }
     td {
      text-align: center;
     }
     #tb {
      margin: auto;
      width: 766px;
      height: 96px;
      background: url(http://www.runescape.com/img/advert/advert.png) left top no-repeat;
     }
     .minheight {
      height: 503px;
      width: 0;
     }
     #gametable {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     #gamecell {
      width: 5000px;
      height: 100%;
     }
     #gameframe {
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
      height: 100%;
     }
     #game {
      position: absolute;
      left: 0;
      top: 0;
     }
     applet,object,embed,comment {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     #unsignedmessage,div.nojava {
      color: white;
      margin: 2px;
      font-size: 12px;
      width: 765px;
      margin: auto;
      text-align: left;
     }
     #unsignedmessage,div.nojava div {
      font-weight: bold;
     }
     #unsignedmessage {
      display: none;
      margin-bottom: 4px;
     }
     a {
      color: #c1a05d;
       text-decoration: underline;
      }
     a:hover {
       text-decoration: none;
      }
     
      
       #vb {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-size: 12px;
        display: none;
       }
       #vb_container {
        padding-top: 25px;
        text-align: center;
        display: none;
       }
       #vb_frame {
        margin: 0 auto;
        display: none;
       }
       #vb_skiptext {
        color: #e8d800;
        display: none;
       }
       #vb_skip {
        height: 19px;
        line-height: 19px;
        margin: auto;
        padding: 0;
        color: #e8d800;
        font-weight: bold;
        text-decoration: none;
        background-image: url('http://www.runescape.com/img/playgame/menu.png');
        background-position: -110px top;
        width: 163px;
        display: none;
       }
       #vb_skip:hover {
        color: black;
        background-position: -110px bottom;
       }
      
     
     
     
    #menu {
     margin: auto;
     width: 766px;
    }
    #menubox {
     padding: 0 0 5px;
    }
    #menu {
     height: 27px;
     font-size: 12px;
     background: transparent url(http://www.runescape.com/img/main/layout/menu_bg.png) left top no-repeat;
    }
    #menu div {
     float: left;
     padding: 4px;
    }
    #home, #upgrade, #detail, #search {
     float: left;
     height: 19px;
     line-height: 19px;
     margin: 0;
     padding: 0;
     color: #e8d800;
     font-weight: bold;
     text-decoration: none;
     background-image: url('http://www.runescape.com/img/playgame/menu.png');
    }
    #home, #detail {
     width: 101px;
     background-position: left top;
    }
    #home:hover, #detail:hover {
     color: black;
     background-position: left bottom;
    }
    #upgrade {
     width: 163px;
     background-position: -110px top;
    }
    #upgrade:hover {
     color: black;
     background-position: -110px bottom;
    }
    #search {
     position: relative;
     padding: 0 142px 0 34px;
     border-left: 1px solid black;
     text-align: left;
     background-position: right top;
    }
    #search img {
     position: absolute;
     top: 3px;
     left: 7px;
    }
    #q {
     position: absolute;
     right: 47px;
     top: 2px;
     width: 86px;
     height: 15px;
     line-height: 15px;
     border: none;
     padding: 0 0 0 1px;
     background: white;
    }
    #t {
     position: absolute;
     right: 4px;
     top: 1px;
     width: 40px;
     height: 17px;
     line-height: 17px;
     padding: 0 0 2px;
     border: none;
     cursor: pointer;
     font-size: 11px;
     font-weight: bold;
     background: #d4d0c8 url(http://www.runescape.com/img/playgame/search.png) top left no-repeat;
    }
    #t:hover {
     background-position: left bottom;
    }
    #jagex {
     float: right;
     margin: 1px 1px 0 0;
     outline: none;
    }
    #jagex img {
     border: none;
    }
     
     
     
     
     </style>
    </head>
    <body>
    <table id="gametable" cellpadding=0 cellspacing=0>
    <tr><td colspan=2>
     
    <div id="tb"><iframe src="http://advert.runescape.com/banner.ws?size=729" allowtransparency="true" width="766" height="96" scrolling="no" frameborder="0"></iframe></div>
    <script type="text/javascript">
     var tb=document.getElementById('tb');
     if (!tb.firstChild) {
      tb.style.backgroundColor='red';
      tb.style.backgroundImage='none';
      tb.style.fontSize='32pt';
      var marquee=document.createElement('marquee');
      marquee.appendChild(document.createTextNode('Blocking this advert is '));
      var link=document.createElement('a');
      link.href='http://www.runescape.com/kbase/viewarticle.ws?article_id=2396';
      link.target='_blank';
      link.style.color='yellow';
      link.style.lineHeight='96px';
      link.appendChild(document.createTextNode('against the rules'));
      marquee.appendChild(link);
      marquee.appendChild(document.createTextNode('. Please disable your advert blocker.'));
      marquee.style.color='yellow';
      tb.appendChild(marquee);
     }
     </script>
     
    <div id="menubox">
    <div id="menu">
    <div>
    <a id="home"  href="http://www.runescape.com/" target="_parent">
    Home
    </a>
    <a id="upgrade" href="http://www.runescape.com/members/members.ws" target="_blank">
    Upgrade to Members
    </a>
    <form id="search" action="http://www.runescape.com/kbase/search.ws" target="_blank">
    <img src="http://www.runescape.com/img/playgame/kb.png" alt="">
    Search RuneScape.com
    <input name="q" id="q">
    <input id="t" type="submit" value="Go">
    </form>
    </div>
    <a id="jagex" href="http://www.jagex.com/" target="_blank">
    <img src="http://www.runescape.com/img/playgame/jagex.png?1" alt="Jagex">
    </a>
    </div>
    </div>
    <div id="unsignedmessage"><div>Is the game working?</div><a href="#" onclick="document.getElementById('unsignedmessage').style.display='none'; return false;">Yes it is working</a>.<br><a href="http://www.runescape.com/slu.ws?j=1&m=0">No, I just see an empty grey box</a>.</div>
    </td></tr>
    <tr>
    <td width="0" height="540"><img src="http://www.runescape.com/img/blk.gif" height=540 width=0></td>
    <td id="gamecell">
    <div id="gameframe">
    <span id=vbUrl style="display:none">http://advert.runescape.com/banner.ws?size=100</span>
    <div id="vb">
    <div id="vb_container">
    <iframe id="vb_frame" src="" width="640" height="275" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
    </div>
    <span id="vb_skiptext">-</span>
    <a id="vb_skip" style="display:none;" href="#" onclick="return hideVideoAd();">Skip advert</a>
    </div>
    <style type="text/css">
          @media all {
           IE\:clientCaps {behavior:url(#default#clientcaps)}
          }
         </style>
    <IE:clientCaps ID="oClientCaps"></IE:clientCaps>
    <script type="text/javascript">
          var haveie6=false;
          document.domain='runescape.com';
         </script>
    <!--[if lt IE 7]><script type="text/javascript">haveie6=true;</script><![endif]-->
    <script src="plugin.js?param=o0,a0,m0,s0" type="text/javascript"></script>
    <script>
          function checkForUnsigned() {
           try {
            document.getElementById("game").isActive();
           }
           catch(e) {
            document.getElementById("unsignedmessage").style.display="block";
           }
          }
         </script>
    </div>
    </td>
    </tr>
    <tr><td colspan=2>
     
     
    </td></tr>
    </table>
    <script type="text/javascript">
      
      
      
      var loggedinstate=false;
      function oul() {
       if (loggedinstate) {
        return 'Please make sure you have logged out of the game before navigating away.';
       }
      } 
      window.onbeforeunload=oul;
      
      function loggedin() {
       loggedinstate=true;
      }
      function loggedout() {
       loggedinstate=false;
      }  
     
       window.scroll(0,0);
     
      
      var ua=navigator.userAgent.toLowerCase();
      if (navigator.platform.toLowerCase().indexOf('mac')!=-1 && ua.indexOf('firefox')>-1) {
       document.getElementById('upgrade').onclick=upgradejs;
       document.getElementById('search').onsubmit=searchjs;
       document.getElementById('jagex').onclick=jagexjs;
      }
      function upgradejs(e) {
       return openjs(document.getElementById('upgrade').href);
      }
      function jagexjs(e) {
       return openjs(document.getElementById('jagex').href);
      }
      function searchjs() {
       var q=document.getElementById('q');
       var search=document.getElementById('search');
       return openjs(search.action+'?q='+q.value,'_blank');
      }
      function openjs(href) {
       window.open(href,'_blank','width=825,height=500,scrollbars=yes');
       return false;
      }
     
      
      var tb_oldurl;
      function zap() {
       var d=document.getElementById('tb');
       try{
        if (d && d.style.display!='none') {
         d.style.display='none';
         if (!tb_oldurl) tb_oldurl=d.firstChild.src;
         d.firstChild.src='';
        }
       }catch(err){}
      }
      function unzap() {
       var d=document.getElementById('tb');
       try{
        if (d && d.style.display!='block') {
         d.style.display='block';
         if (tb_oldurl) d.firstChild.src=tb_oldurl;
        }
       }catch(err){}
      }
      
      
      
       var vb_skiptimer;
       var vb_skipseconds;
       var vb_hidetimer;
     
       function showVideoAd() {
        if (window.opera) document.getElementById('game').style.visibility='hidden';
        else document.getElementById('game').style.top='-2000px';
        document.getElementById('vb').style.display='block';
        document.getElementById('vb_container').style.display='block';
        document.getElementById('vb_skiptext').style.display='inline';
        document.getElementById('vb_skip').style.display='none';
        var vb_frame=document.getElementById('vb_frame');
        vb_frame.style.display='block';
        vb_frame.src=document.getElementById('vbUrl').firstChild.nodeValue;
        vb_skipseconds=10;
        showSkip();
        clearInterval(vb_skiptimer);
        vb_skiptimer=setInterval('showSkip()',1000);
        clearTimeout(vb_hidetimer);
        vb_hidetimer=setTimeout('hideVideoAd()',65000);
       }
     
       function showSkip() {
        if (vb_skipseconds>0) {
         document.getElementById('vb_skiptext').firstChild.nodeValue='Skip available in '+vb_skipseconds+' seconds';
         vb_skipseconds--;
        }
        else {
         document.getElementById('vb_skiptext').style.display='none';
         document.getElementById('vb_skip').style.display='block';
         clearInterval(vb_skiptimer);
        }
       }
     
       function hideVideoAd() {
        clearInterval(vb_skiptimer);
        clearTimeout(vb_hidetimer);
        if (window.opera) document.getElementById('game').style.visibility='visible';
        else document.getElementById('game').style.top='0';
        document.getElementById('vb').style.display='none';
        document.getElementById('vb_container').style.display='none';
        document.getElementById('vb_skiptext').style.display='none';
        document.getElementById('vb_skip').style.display='none';
        var vb_frame=document.getElementById('vb_frame');
        vb_frame.style.display='block';
        vb_frame.src='';
        return false;
       }
     
       function showingVideoAd() {
        return document.getElementById('vb').style.display==='block';
       }
      
      
      
      
       function tbrefresh() {
        var d=document.getElementById('tb');
        try {d.firstChild.contentWindow.refresh();}catch(err){}
       }
      
     </script>
     
    <script type="text/javascript"> 
    var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");
    document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript"> 
    try {
    var pageTracker=_gat._getTracker("UA-2058817-2");
    pageTracker._setDomainName("runescape.com");
    pageTracker._initData();
    pageTracker._trackPageview();
    }catch(x){}
    </script>
     
    </body>
    </html>
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •