Hi, what kind of captcha and on which site are you trying to solve? What BAS module are you using for this? What services have you tried?
Regex try to remove something on RegexpConstructor work and bas no
-
Hello, i try to remove something on url but i try so many time but nothing
lets say i have one url like this https://domain.com/img/images/3605/3605.jpeg?q=50
and i try to remove ?q=50 on bablasoft RegexpConstructor i make it and work perfect ([\s\S]+)[^?q=50]* but when i put it on bas they dont show nothing or lets say remove all links not only ?q=50 what i wantany idea how can i fix it
-
@Habibiii said in Regex try to remove something on RegexpConstructor work and bas no:
Hello, i try to remove something on url but i try so many time but nothing
lets say i have one url like this https://domain.com/img/images/3605/3605.jpeg?q=50
and i try to remove ?q=50 on bablasoft RegexpConstructor i make it and work perfect ([\s\S]+)[^?q=50]* but when i put it on bas they dont show nothing or lets say remove all links not only ?q=50 what i wantany idea how can i fix it

-
@Habibiii said in Regex try to remove something on RegexpConstructor work and bas no:
Hello @Fox Thanks for replay i try it but again not working or lets say when bas go here they not show logs or make script repeat
Use the "Foreach" action

