FreeRapid ERROR - problem finding final page with filefactory November 11, 2012 03:59PM |
Registered: 12 years ago Posts: 22 |
Language: HTML<!DOCTYPE html> <html> <head> <!--meta http-equiv="Content-type" content="text/html; charset=utf-8"--> <title>FileFactory - This download is brought to you by our sponsor SendLargeFiles.com</title> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <style type="text/css"> body { margin: 0 auto; cursor: pointer; cursor: hand; } a { text-decoration: none; } div#squeeze { margin: 0 auto; overflow: hidden; width: 1400px; display: none; } div#squeeze div { margin: 0 auto; } div#squeeze div#s1 { height: 204px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.01.jpg') top left no-repeat; } div#squeeze div#s2 { height: 725px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.02.jpg') top left no-repeat; } div#squeeze div#s3 { height: 595px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.03.jpg') top left no-repeat; } div#squeeze div#s4 { height: 886px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.04.jpg') top left no-repeat; } div#squeeze div#s5 { height: 283px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.05.jpg') top left no-repeat; } div#squeeze div#s6 { height: 179px; background: transparent url('http://cdn.filefactory.com/img/squeeze/slf.squeeze.1.06.jpg') top left no-repeat; display: none; } div#s6 a { width: 100%; height: 100%; display: block; } </style> <!--script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"--><!--/script--> <!--script type="text/javascript"--> $(function(){ $("div#squeeze").fadeIn(750); $('div#s6 a').on('click', function(e){ $('body').off('click'); }); $('body').on('click', function(e){ window.open('https://www.sendlargefiles.com/'); $('body').off('click'); }); $(window).on('resize', function(e){ baseWidth = 1400; if ($(window).width() < baseWidth) { // Can take a max of 500px off (because it's halved) var nCalc = ($(window).width() > 900) ? baseWidth - $(window).width() : 500; var nCalc = (nCalc/2); var nWidth = (baseWidth - nCalc); $("div#squeeze").css({'margin-left':'-' + nCalc + 'px', 'width':nWidth + 'px'}); } else if ($('div#squeeze').css('margin-left') != 'auto') { $("div#squeeze").css({'margin-left':'auto', 'width':baseWidth + 'px'}); } }); $(window).trigger('resize'); $("div#s6").fadeIn(750); }); <!--/script--> </head> <body> <div id="squeeze"> <div id="s1"></div> <div id="s2"></div> <div id="s3"></div> <div id="s4"></div> <div id="s5"></div> <div id="s6"> <a href="http://www.filefactory.com/dlf/f/4xgf2a4s277d/b/5/h/52579e93b795257d76c688efe491fe039de3b92f/j/0/i/c6aafb72f964ef3e000b125d4488407d187ef9eb/a/0a22dcb89bbc0eb99dcc7182d0c4d991d2841ad7/n/[Commie]_Sword_Art_Offline_-_01_[BD_720p_AAC]_[30530B75].mkv"> </a> </div> </div> </body> </html>
Re: FreeRapid ERROR - problem finding final page with filefactory November 11, 2012 04:01PM |
Admin Registered: 19 years ago Posts: 2,425 |
Re: FreeRapid ERROR - problem finding final page with filefactory November 11, 2012 09:16PM |
Registered: 12 years ago Posts: 1,185 |
Re: FreeRapid ERROR - problem finding final page with filefactory November 12, 2012 05:01AM |
Registered: 12 years ago Posts: 22 |