Fix hex rules naming
This commit is contained in:
parent
4f198eb85e
commit
5a6e839e98
@ -637,7 +637,7 @@ const onBeforeRequest_rules = {
|
||||
return getRedirect(url.searchParams.get("dest"))
|
||||
}
|
||||
},
|
||||
param_go_encoded: details => {
|
||||
param_go_hex: details => {
|
||||
let url=new URL(details.url)
|
||||
if(url.searchParams.has("go"))
|
||||
{
|
||||
|
@ -167,7 +167,7 @@
|
||||
"param_dest_encoded": [
|
||||
"*://*.ecleneue.com/pushredirect/?*"
|
||||
],
|
||||
"param_go_encoded": [
|
||||
"param_go_hex": [
|
||||
"*://*.zflas.com/?go=*",
|
||||
"*://*.365myoffice.com/?go=*",
|
||||
"*://*.shiroyasha.me/?go=*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user