Post Reply 
RapidShare (moved into "Website Customization")...
Mar. 04, 2012, 01:07 AM
Post: #15
RE: RapidShare (renamed from "proxcerts/certs")...
Tested against http://rapidshare.com/files/2491816916/Firefox_Portable_MultiVersion_Multilingual_Online.paf.exe.
Worked in Firefox, Opera, ChromePlus, IE7. Didn't work IE9.

Quote:is that one correct, match and replace both being ":location" ?

Yes. It hides the code from "Block/Modify: Sel. JS Methods 10.09.07 [sd] (d.r)"

Quote:also, for the "test5" one,

I'm trying to remove the two IF statements in

Code:
<Match: rapidshare.com test5 >
var bStartPage = true;
    if(!location.protocol.match("https")) {
        bStartPage = false;
        location.href = location.href.replace("http://","https://");
    }
    if(!location.hostname.match("rapidshare.com")) {
        bStartPage = false;
        location.hostname = "rapidshare.com";
    }
    
</Match>
var bStartPage = true;

Which browser and link are you using?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: proxcerts/certs... - JJoe - Feb. 11, 2012, 08:47 PM
RE: proxcerts/certs... - ProxRocks - Feb. 11, 2012, 09:07 PM
RE: proxcerts/certs... - ProxRocks - Feb. 12, 2012, 12:47 AM
RE: proxcerts/certs... - JJoe - Feb. 12, 2012, 03:54 PM
RE: proxcerts/certs... - ProxRocks - Feb. 12, 2012, 04:58 PM
RE: RapidShare (renamed from "proxcerts/certs")... - JJoe - Mar. 04, 2012 01:07 AM

Forum Jump: