Search code examples
csswebstormremote-debugging

Inject CSS locally into remote webpage using WebStorm


I want to remote debug a remote webpage and inject my own stylesheet into it locally using WebStorm, so that any changes I make to the CSS are immediately reflected on the page. Is there any way of achieving this?


Solution

  • You can achieve this with Chrome's Developers Tools. Using Ctrl + Shift + I.

    There you can edit css-rules and any changes will be reflected on the page immediately.