Improve 4shared.com bypass
This commit is contained in:
parent
08927b13df
commit
a41fee66ac
@ -612,15 +612,11 @@ domainBypass("biozkop21.my.id",()=>{
|
||||
location.pathname=location.pathname.replace("/download.php","/download21.php")
|
||||
}
|
||||
})
|
||||
domainBypass("www.4shared.com", () => {
|
||||
let getCookie = function(name) {
|
||||
var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
|
||||
if (match) return match[2];
|
||||
}
|
||||
|
||||
if (typeof getCookie("exUserId") != "string") {
|
||||
document.cookie = "exUserId=0; domain=.4shared.com; path=/";
|
||||
}
|
||||
domainBypass("4shared.com",()=>{
|
||||
if(document.cookie.indexOf("exUserId=")==-1)
|
||||
{
|
||||
document.cookie="exUserId=0; domain=.4shared.com; path=/"
|
||||
}
|
||||
})
|
||||
//Insertion point for bypasses running before the DOM is loaded.
|
||||
domainBypass(/^((www\.)?((njiir|healthykk|linkasm|dxdrive|getwallpapers|sammobile|ydfile)\.com|punchsubs\.net|k2s\.cc|muhammadyoga\.me|u\.to|skiplink\.io|uploadfree\.info|fstore\.biz))$/,()=>window.setInterval=f=>setInterval(f,1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user