After the discontinuation of Firebug, I find myself in need of two crucial functionalities that I used frequently. To replace these features, I am wondering if there are similar options available within the default Firefox Web Console.
Previously, when making AJAX calls to a URL, I had specific capabilities related to the URLs:
"Open response in new tab" This handy feature allowed me to view errors resulting from an AJAX-POST call in a new tab.
"Resend query" Although it's difficult to recall the exact name since I used it in Dutch, this function enabled me to resend AJAX calls without having to re-enter form data.
Given these scenarios, I am curious if there are ways to replicate these functions within the default Firefox Web Console.