Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I add the link variable like this, but it only prints this in the log section.
[443537913] [07:59:36] Thread #1 : Link:
Does anyone know the reason for this? I can't use it.
@ocorex, console.log() which outputs information to the BAS log, has only one argument, use console.log(`Link: ${link}`) or util.format()
console.log()
console.log(`Link: ${link}`)
1
ok I found. you have to compile the script in private
image.png
@shortwalk said in Why can't I block pictures with execute code?:
I wrote some code with execute code 'request_deny(".jpg")! request_deny(".png")! request_deny(".gif")! request_deny(".svg")! request_deny(".bmp")! request_deny(".woff2")! request_deny("www.googletagmanager.com")! request_deny("inews.gtimg.com")!' But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00
I wrote some code with execute code 'request_deny(".jpg")! request_deny(".png")! request_deny(".gif")! request_deny(".svg")! request_deny(".bmp")! request_deny(".woff2")! request_deny("www.googletagmanager.com")! request_deny("inews.gtimg.com")!'
But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00
Try using this mask:
e52bb77d-ea09-459e-831e-7d0bb1b155db-изображение.png
@hellomembersha said in ReferenceError: Can't find variable: _get_ip_info during execution of action:
@Fox HAHAHA I do not have this issue btw, user error
?
wow , thanks you so much.
@berubah Ignoring errors does not save you from syntax errors.