@majdi105 said in BAS Bug one click captcha:
is no "hourglass icon" on the one click captcha module
b4295e9a-d397-4959-87bc-3fccb36c6db3-изображение.png
@qaisbsharat execute code then rewrite it
@yourfriendkarol Please explane more bro.
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
@yourfriendkarol Please explane more bro.


@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
@fox
Thanks, but its a valid js code?
From where i can find this kind of APIs? Coz i don't see any function like that in JS documentation.
This is not exactly js code, this is api BAS. The action code can be seen in the script itself

request_deny("*.jpg")!
request_deny("*.png")!
request_deny("*.gif")!
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
Lastly, how can I make my execute code dark like what I see in the picture?
@fox said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
Lastly, how can I make my execute code dark like what I see in the picture?
Thanks ;)