How to replace display:"none" to display:'' " ? FiddlerScript
Nick Iliev
Telerik team
commented on 03 Sep 2021, 01:17 PM
Hello Alexander,
With FiddlerScript, you could access and modify the request and response bodies while using the onBeforeRequest and onBeforeResponse events. You would probably use regular expressions to find & replace specific strings. Some basic examples for using FiddlerScript to modify requests and responses can be found in the following articles:
Hello Alexander,
With FiddlerScript, you could access and modify the request and response bodies while using the onBeforeRequest and onBeforeResponse events. You would probably use regular expressions to find & replace specific strings. Some basic examples for using FiddlerScript to modify requests and responses can be found in the following articles:
https://docs.telerik.com/fiddler/knowledge-base/fiddlerscript/modifyrequestorresponse
More onfi about FiddlerScript: https://www.fiddlerbook.com/fiddler/dev/scriptsamples.asp