Fix some issues with crowd bypass (fixes #401)
This commit is contained in:
parent
f2065100a2
commit
36c4815ab7
@ -49,7 +49,6 @@ foreach($index as $fn)
|
||||
if($fn == "manifest.json")
|
||||
{
|
||||
$json = json_decode(file_get_contents($fn), true);
|
||||
unset($json["web_accessible_resources"]);
|
||||
$json["incognito"] = "split";
|
||||
$build->addFromString($fn, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
||||
}
|
||||
|
@ -1191,7 +1191,7 @@ if(document instanceof HTMLDocument)
|
||||
})
|
||||
document.documentElement.setAttribute("`+message_channel.adlinkfly_info+`","")
|
||||
let iT=setInterval(()=>{
|
||||
if(document.documentElement.hasAttribute("`+message_channel.adflinkfly_target+`"))
|
||||
if(document.documentElement.hasAttribute("`+message_channel.adlinkfly_target+`"))
|
||||
{
|
||||
clearInterval(iT)
|
||||
let t=document.documentElement.getAttribute("`+message_channel.adlinkfly_target+`")
|
||||
|
Loading…
x
Reference in New Issue
Block a user