This is a migrated thread and some comments may be shown as answers.

Add submenu in toolbar button

1 Answer 128 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Sandhiya
Top achievements
Rank 1
Sandhiya asked on 24 Mar 2015, 06:22 AM
In fiddler toolbar, there is a remove button (X icon).
When we click it, there are submenus:
- Remove All
- Images
- CONNECTs
- etc

My question is, how to add a submenu in this toolbar button.
I want to add submenu "Remove CSSs", when clicked will remove all sessions that requested css files.
Any idea how to achieve this?


thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Eric Lawrence
Telerik team
answered on 24 Mar 2015, 09:18 PM
Hi, Sandhiya--

At the current time, Fiddler's toolbar is not extensible. You could add a Tools menu command that removes CSS responses by using the ToolsAction attribute in FiddlerScript.

Alternatively, you could type select css in the QuickExec box beneath the Web Sessions list, hit Enter, then hit Delete to remove the sessions with a MIME type containing the text css.

Regards,
Eric Lawrence
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Extensions and Customization
Asked by
Sandhiya
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or