Skip to main content
4 events
when toggle format what by license comment
Dec 14, 2025 at 6:42 comment added Weijun Zhou I haven't tried, but it should work. The DevTools, including the Network panel and the Console, are quite similar, and the Fetch API is universal to all modern browsers.
Dec 14, 2025 at 6:40 comment added Richard Fortunately, I don't use chrome(too many bugs etc). If it works with firefox that would be good workaround till the feature-request is implemented. Thanks.
Dec 14, 2025 at 6:35 comment added Weijun Zhou Awkward workaround for Chrome: 1. Open any question page, open the Network Panel of the DevTools. 2. Click to save that question, which gives you a network request in the DevTools Network panel. 3. Right click the request and choose "Copy as Fetch". 4. Use the "share" link on your target post to find out the ID of it. 5. Paste the copied Fetch request to the DevTools console, and replace the post ID in the request with the target post ID. Press Enter to execute the request. Result. It should also work for Firefox following similar steps.
Dec 14, 2025 at 5:55 history answered Richard CC BY-SA 4.0